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

Method setShowHistogramBuckets

src/core/TSSubQuery.java:545–547  ·  view source on GitHub ↗
(final boolean show_histogram_buckets)

Source from the content-addressed store, hash-verified

543 }
544
545 public void setShowHistogramBuckets(final boolean show_histogram_buckets) {
546 this.show_histogram_buckets = show_histogram_buckets;
547 }
548
549 /** @return Whether or not to use multi gets for explicit tag queries */
550 public boolean getUseMultiGets() {

Callers 2

parseMTypeSubQueryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected