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 TypeClassDescriptionclassorg.apache.hadoop.hbase.util.ExponentialMovingAverage<T>EMA is similar toWeightedMovingAveragein weighted, but the weighting factor decrease exponentially.classorg.apache.hadoop.hbase.util.WeightedMovingAverage<T>Different from SMASimpleMovingAverage, WeightedMovingAverage gives each data different weight.