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

Method scanHistogram

src/core/SaltScanner.java:278–288  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

276 }
277
278 public Deferred<SortedMap<byte[], HistogramSpan>> scanHistogram() {
279 start_time = DateTime.currentTimeMillis();
280
281 int index = 0;
282 for (Scanner scanner: scanners) {
283 ScannerCB scnr = new ScannerCB(scanner, index++);
284 scnr.scan();
285 }
286
287 return histogramResults;
288 }
289
290 /**
291 * Called once all of the scanners have reported back in to record our

Callers 5

scanMethod · 0.95
scanWithFilterMethod · 0.95
findHistogramSpansMethod · 0.80

Calls 2

currentTimeMillisMethod · 0.95
scanMethod · 0.95

Tested by 4

scanMethod · 0.76
scanWithFilterMethod · 0.76