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

Method call

src/tsd/QueryRpc.java:305–308  ·  view source on GitHub ↗
(final List<Annotation> annotations)

Source from the content-addressed store, hash-verified

303 /** Handles storing the global annotations after fetching them */
304 class GlobalCB implements Callback<Object, List<Annotation>> {
305 public Object call(final List<Annotation> annotations) throws Exception {
306 globals.addAll(annotations);
307 return data_query.buildQueriesAsync(tsdb).addCallback(new BuildCB());
308 }
309 }
310
311 // if we the caller wants to search for global annotations, fire that off

Callers

nothing calls this directly

Calls 1

buildQueriesAsyncMethod · 0.80

Tested by

no test coverage detected