Uses of Class
org.apache.hadoop.hbase.util.WindowMovingAverage
Packages that use org.apache.hadoop.hbase.util.WindowMovingAverage
-
Uses of org.apache.hadoop.hbase.util.WindowMovingAverage in org.apache.hadoop.hbase.util
Subclasses of org.apache.hadoop.hbase.util.WindowMovingAverage in in org.apache.hadoop.hbase.utilModifier 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.