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

Method setRollupUsage

src/core/TSSubQuery.java:508–510  ·  view source on GitHub ↗

@param rollup_usage Rollup data usage. @since 2.4

(String rollup_usage)

Source from the content-addressed store, hash-verified

506 /** @param rollup_usage Rollup data usage.
507 * @since 2.4 */
508 public void setRollupUsage(String rollup_usage) {
509 this.rollup_usage = TsdbQuery.ROLLUP_USAGE.parse(rollup_usage);
510 }
511
512 /** Which rollup table it scanned to get the final result.
513 * @return The rollup table to use.

Callers 2

getSubQueryMethod · 0.95
parseMTypeSubQueryMethod · 0.95

Calls 1

parseMethod · 0.45

Tested by 1

getSubQueryMethod · 0.76