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

Method getRollupQuery

src/core/TsdbQuery.java:1899–1899  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1897 Aggregator getAggregator() {return aggregator; }
1898 DownsamplingSpecification getDownsampler() { return downsampler; }
1899 RollupQuery getRollupQuery() { return rollup_query; }
1900 int getQueryIndex() { return query_index; }
1901
1902

Calls

no outgoing calls