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

Method fetchHistogram

src/core/MultiGetQuery.java:624–627  ·  view source on GitHub ↗

Initiate the get requests and return the tree map of results. @return A non-null tree map of results (may be empty)

()

Source from the content-addressed store, hash-verified

622 * @return A non-null tree map of results (may be empty)
623 */
624 public Deferred<SortedMap<byte[], HistogramSpan>> fetchHistogram() {
625 startFetch();
626 return histogramResults;
627 }
628
629 /**
630 * Start the work of firing up X concurrent get requests.

Callers 1

Calls 1

startFetchMethod · 0.95

Tested by

no test coverage detected