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

Method run

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

Runs this query. @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 communicating with HBase

()

Source from the content-addressed store, hash-verified

226 * perform the search.
227 */
228 DataPoints[] run() throws HBaseException;
229
230 /**
231 * Runs this query.

Implementers 1

AbstractQuerysrc/core/AbstractQuery.java

Calls

no outgoing calls