Uses of Class
org.apache.hadoop.hbase.util.MovingAverage
Packages that use MovingAverage
-
Uses of MovingAverage in org.apache.hadoop.hbase.util
Subclasses of MovingAverage in org.apache.hadoop.hbase.utilModifier and TypeClassDescriptionclass
EMA is similar toWeightedMovingAverage
in weighted, but the weighting factor decrease exponentially.class
SMA measure the overall average execution time of a specific method.class
Different from SMASimpleMovingAverage
, WeightedMovingAverage gives each data different weight.class
Instead of calculate a whole time average, this class focus on the last N.