MCPcopy
hub / github.com/OpenTSDB/opentsdb / scan

Method scan

src/meta/Annotation.java:351–353  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

349 }
350
351 public Deferred<List<Annotation>> scan() {
352 return scanner.nextRows().addCallbackDeferring(this);
353 }
354
355 @Override
356 public Deferred<List<Annotation>> call (

Callers 3

callMethod · 0.95
getGlobalAnnotationsMethod · 0.45
deleteRangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected