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

Method setRate

src/core/TSSubQuery.java:445–447  ·  view source on GitHub ↗

@param rate whether or not the result should be rate converted

(boolean rate)

Source from the content-addressed store, hash-verified

443
444 /** @param rate whether or not the result should be rate converted */
445 public void setRate(boolean rate) {
446 this.rate = rate;
447 }
448
449 /** @param options Options to set when calculating rates */
450 public void setRateOptions(RateOptions options) {

Callers 8

getBaseQueryMethod · 0.95
getMetricForValidateMethod · 0.95
QueryExecutorMethod · 0.95
parseMTypeSubQueryMethod · 0.95

Calls

no outgoing calls

Tested by 5

getBaseQueryMethod · 0.76
getMetricForValidateMethod · 0.76