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 TypeClassDescriptionclassEMA is similar toWeightedMovingAveragein weighted, but the weighting factor decrease exponentially.classSMA measure the overall average execution time of a specific method.classDifferent from SMASimpleMovingAverage, WeightedMovingAverage gives each data different weight.classInstead of calculate a whole time average, this class focus on the last N.