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

Method setQueries

src/tsd/QueryRpc.java:962–964  ·  view source on GitHub ↗

@param queries A list of sub queries to execute

(final List<LastPointSubQuery> queries)

Source from the content-addressed store, hash-verified

960
961 /** @param queries A list of sub queries to execute */
962 public void setQueries(final List<LastPointSubQuery> queries) {
963 this.sub_queries = queries;
964 }
965 }
966
967 public static class LastPointSubQuery {

Callers 4

parseLastPointQueryMethod · 0.95
QueryExecutorMethod · 0.45
parseMTypeSubQueryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected