MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / setNoAnnotations

Method setNoAnnotations

src/core/TSQuery.java:446–448  ·  view source on GitHub ↗

@param no_annotations whether or not to suppress annotation output

(boolean no_annotations)

Source from the content-addressed store, hash-verified

444
445 /** @param no_annotations whether or not to suppress annotation output */
446 public void setNoAnnotations(boolean no_annotations) {
447 this.no_annotations = no_annotations;
448 }
449
450 /** @param with_global whether or not to load global annotations */
451 public void setGlobalAnnotations(boolean with_global) {

Callers 2

parseQueryMethod · 0.95

Calls

no outgoing calls

Tested by 1