@Beta public interface Interpolator
CubeQuery
when needed.Modifier and Type | Method and Description |
---|---|
long |
getMaxAllowedGap()
Data points that are more than this many seconds apart will not cause interpolation to occur and will instead
return 0 for any point in between.
|
long |
interpolate(TimeValue start,
TimeValue end,
long ts)
Given start and end TimeValues, and a time in-between the two, return a TimeValue for the in-between time.
|
long interpolate(TimeValue start, TimeValue end, long ts)
long getMaxAllowedGap()
Copyright © 2020 Cask Data, Inc. Licensed under the Apache License, Version 2.0.