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

Method getDownsample

src/core/TSSubQuery.java:346–348  ·  view source on GitHub ↗

@return the raw downsampling function request from the user, e.g. "1h-avg" or "15m-sum-nan"

()

Source from the content-addressed store, hash-verified

344 /** @return the raw downsampling function request from the user,
345 * e.g. "1h-avg" or "15m-sum-nan" */
346 public String getDownsample() {
347 return downsample;
348 }
349
350 /** @return whether or not the user requested a rate conversion */
351 public boolean getRate() {

Calls

no outgoing calls