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

Method getRate

src/core/TSSubQuery.java:351–353  ·  view source on GitHub ↗

@return whether or not the user requested a rate conversion

()

Source from the content-addressed store, hash-verified

349
350 /** @return whether or not the user requested a rate conversion */
351 public boolean getRate() {
352 return rate;
353 }
354
355 /** @return options to use for rate calculations */
356 public RateOptions getRateOptions() {

Calls

no outgoing calls