@return the parsed downsampler aggregation function @deprecated use #downsamplingSpecification() instead
()
| 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 */ |