@param downsample the downsampling function to use, e.g. "2h-avg"
(String downsample)
| 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) { |
no outgoing calls