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

Method downsampler

src/core/TSSubQuery.java:287–289  ·  view source on GitHub ↗

@return the parsed downsampler aggregation function @deprecated use #downsamplingSpecification() instead

()

Source from the content-addressed store, hash-verified

285 /** @return the parsed downsampler aggregation function
286 * @deprecated use {@link #downsamplingSpecification()} instead */
287 public Aggregator downsampler() {
288 return downsample_specifier.getFunction();
289 }
290
291 /** @return the parsed downsample interval in seconds
292 * @deprecated use {@link #downsamplingSpecification()} instead */

Callers 11

validateMethod · 0.95
validateTSMethod · 0.95
validateNoDSMethod · 0.95
validateWithFilterMethod · 0.95
createMethod · 0.45
createMethod · 0.45

Calls 1

getFunctionMethod · 0.80