Uses of Class
org.apache.hadoop.hbase.util.WindowMovingAverage
-
Uses of org.apache.hadoop.hbase.util.WindowMovingAverage in org.apache.hadoop.hbase.util
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.util.ExponentialMovingAverage<T>
EMA is similar toWeightedMovingAverage
in weighted, but the weighting factor decrease exponentially.class
org.apache.hadoop.hbase.util.WeightedMovingAverage<T>
Different from SMASimpleMovingAverage
, WeightedMovingAverage gives each data different weight.