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

Method setQueries

src/core/TSQuery.java:461–463  ·  view source on GitHub ↗

@param queries a list of TSSubQuery objects to store

(final List<TSSubQuery> queries)

Source from the content-addressed store, hash-verified

459
460 /** @param queries a list of {@link TSSubQuery} objects to store*/
461 public void setQueries(final List<TSSubQuery> queries) {
462 this.queries = queries;
463 }
464
465 /** @param ms_resolution whether or not the user wants millisecond resolution */
466 public void setMsResolution(boolean ms_resolution) {

Calls

no outgoing calls