Uses of Class
org.apache.hadoop.hbase.util.MovingAverage
Packages that use org.apache.hadoop.hbase.util.MovingAverage
-
Uses of org.apache.hadoop.hbase.util.MovingAverage in org.apache.hadoop.hbase.util
Subclasses of org.apache.hadoop.hbase.util.MovingAverage 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.SimpleMovingAverage<T>SMA measure the overall average execution time of a specific method.classorg.apache.hadoop.hbase.util.WeightedMovingAverage<T>Different from SMASimpleMovingAverage, WeightedMovingAverage gives each data different weight.classorg.apache.hadoop.hbase.util.WindowMovingAverage<T>Instead of calculate a whole time average, this class focus on the last N.