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

Method getQueries

src/tsd/QueryRpc.java:947–949  ·  view source on GitHub ↗

@return A list of sub queries

()

Source from the content-addressed store, hash-verified

945
946 /** @return A list of sub queries */
947 public List<LastPointSubQuery> getQueries() {
948 return sub_queries;
949 }
950
951 /** @param resolve_names Whether or not to resolve the UIDs to names */
952 public void setResolveNames(final boolean resolve_names) {

Callers 5

callMethod · 0.45
callMethod · 0.45
parseMTypeSubQueryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected