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

Method getRollupUsage

src/core/TSSubQuery.java:502–504  ·  view source on GitHub ↗

@return Rollup data usage type. @since 2.4

()

Source from the content-addressed store, hash-verified

500 /** @return Rollup data usage type.
501 * @since 2.4 */
502 public TsdbQuery.ROLLUP_USAGE getRollupUsage() {
503 return rollup_usage;
504 }
505
506 /** @param rollup_usage Rollup data usage.
507 * @since 2.4 */

Callers 1

configureFromQueryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected