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

Method setDownsample

src/core/TSSubQuery.java:440–442  ·  view source on GitHub ↗

@param downsample the downsampling function to use, e.g. "2h-avg"

(String downsample)

Source from the content-addressed store, hash-verified

438
439 /** @param downsample the downsampling function to use, e.g. "2h-avg" */
440 public void setDownsample(String downsample) {
441 this.downsample = downsample;
442 }
443
444 /** @param rate whether or not the result should be rate converted */
445 public void setRate(boolean rate) {

Calls

no outgoing calls