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

Method setGlobalAnnotations

src/core/TSQuery.java:451–453  ·  view source on GitHub ↗

@param with_global whether or not to load global annotations

(boolean with_global)

Source from the content-addressed store, hash-verified

449
450 /** @param with_global whether or not to load global annotations */
451 public void setGlobalAnnotations(boolean with_global) {
452 with_global_annotations = with_global;
453 }
454
455 /** @param show_tsuids whether or not to show TSUIDs in output */
456 public void setShowTSUIDs(boolean show_tsuids) {

Callers 2

parseQueryMethod · 0.95

Calls

no outgoing calls