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

Method newQuery

src/core/TSDB.java:971–973  ·  view source on GitHub ↗

Returns a new Query instance suitable for this TSDB.

()

Source from the content-addressed store, hash-verified

969 * Returns a new {@link Query} instance suitable for this TSDB.
970 */
971 public Query newQuery() {
972 return new TsdbQuery(this);
973 }
974
975 /**
976 * Returns a new {@link WritableDataPoints} instance suitable for this TSDB.

Callers 6

v1AuthAllowedMethod · 0.95
beforeMethod · 0.80
parseCommandLineQueryMethod · 0.80
buildQueriesAsyncMethod · 0.80

Calls

no outgoing calls

Tested by 4

v1AuthAllowedMethod · 0.76
beforeMethod · 0.64