MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / scan

Method scan

src/meta/TSUIDQuery.java:283–285  ·  view source on GitHub ↗

Starts the scanner and is called recursively to fetch the next set of rows from the scanner. @return The map of spans if loaded successfully, null if no data was found

()

Source from the content-addressed store, hash-verified

281 * found
282 */
283 public Object scan() {
284 return scanner.nextRows().addCallback(this).addErrback(new ErrBack());
285 }
286
287 /**
288 * Loops through each row of the scanner results and parses out data

Callers 2

callMethod · 0.95
callMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected