| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.util | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ExponentialMovingAverageEMA is similar to  WeightedMovingAveragein weighted, but the weighting factor decrease
 exponentially. | 
| class  | SimpleMovingAverageSMA measure the overall average execution time of a specific method. | 
| class  | WeightedMovingAverageDifferent from SMA  SimpleMovingAverage, WeightedMovingAverage gives each data different
 weight. | 
| class  | WindowMovingAverageInstead of calculate a whole time average, this class focus on the last N. | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.