Class WindowMovingAverage<T>

java.lang.Object
org.apache.hadoop.hbase.util.MovingAverage<T>
org.apache.hadoop.hbase.util.WindowMovingAverage<T>
Direct Known Subclasses:
ExponentialMovingAverage, WeightedMovingAverage

@Private public class WindowMovingAverage<T> extends MovingAverage<T>
Instead of calculate a whole time average, this class focus on the last N. The last N is stored in a circle array.