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

Method runAsync

src/core/Query.java:254–254  ·  view source on GitHub ↗

Executes the query asynchronously @return The data points matched by this query. Each element in the non-null but possibly empty array returned corresponds to one time series for which some data points have been matched by the query. @throws HBaseException if there was a problem communic

()

Source from the content-addressed store, hash-verified

252 * @since 1.2
253 */
254 public Deferred<DataPoints[]> runAsync() throws HBaseException;
255
256 /**
257 * Runs this query asynchronously.

Callers 15

runMethod · 0.65
runAsyncMergesResultsMethod · 0.65
runQueriesMethod · 0.65
beforeMethod · 0.65
postQuerySimplePassMethod · 0.65
executeURIMethod · 0.65
executeURIDuplicatesMethod · 0.65
executeWithBadDSFillMethod · 0.65
executePOSTMethod · 0.65
executePOSTDuplicatesMethod · 0.65
gexpMethod · 0.65
gexpBadExpressionMethod · 0.65

Implementers 1

AbstractQuerysrc/core/AbstractQuery.java

Calls

no outgoing calls

Tested by 15

runMethod · 0.52
runAsyncMergesResultsMethod · 0.52
runQueriesMethod · 0.52
beforeMethod · 0.52
postQuerySimplePassMethod · 0.52
executeURIMethod · 0.52
executeURIDuplicatesMethod · 0.52
executeWithBadDSFillMethod · 0.52
executePOSTMethod · 0.52
executePOSTDuplicatesMethod · 0.52
gexpMethod · 0.52
gexpBadExpressionMethod · 0.52