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

Method downsampleInterval

src/core/TSSubQuery.java:293–295  ·  view source on GitHub ↗

@return the parsed downsample interval in seconds @deprecated use #downsamplingSpecification() instead

()

Source from the content-addressed store, hash-verified

291 /** @return the parsed downsample interval in seconds
292 * @deprecated use {@link #downsamplingSpecification()} instead */
293 public long downsampleInterval() {
294 return downsample_specifier.getInterval();
295 }
296
297 /** @return The downsampling specification for more options
298 * @since 2.3 */

Calls 1

getIntervalMethod · 0.45