Uses of Class
org.apache.hadoop.hbase.util.MovingAverage
-
Uses of MovingAverage in org.apache.hadoop.hbase.util
Modifier 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.