Uses of Class
org.apache.hadoop.hbase.util.WindowMovingAverage

Packages that use org.apache.hadoop.hbase.util.WindowMovingAverage
Package
Description
 
  • Uses of org.apache.hadoop.hbase.util.WindowMovingAverage in org.apache.hadoop.hbase.util

    Subclasses of org.apache.hadoop.hbase.util.WindowMovingAverage in in org.apache.hadoop.hbase.util
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.util.ExponentialMovingAverage<T>
    EMA is similar to WeightedMovingAverage in weighted, but the weighting factor decrease exponentially.
    class 
    org.apache.hadoop.hbase.util.WeightedMovingAverage<T>
    Different from SMA SimpleMovingAverage, WeightedMovingAverage gives each data different weight.