| Package | Description |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.util |
| Modifier and Type | Field and Description |
|---|---|
private MovingAverage<Void> |
ScheduledChore.timeMeasurement |
| Modifier and Type | Class and Description |
|---|---|
class |
ExponentialMovingAverage
EMA is similar to
WeightedMovingAverage in weighted, but the weighting factor decrease
exponentially. |
class |
SimpleMovingAverage
SMA measure the overall average execution time of a specific method.
|
class |
WeightedMovingAverage
Different from SMA
SimpleMovingAverage, WeightedMovingAverage gives each data different
weight. |
class |
WindowMovingAverage
Instead of calculate a whole time average, this class focus on the last N.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.