RangeStatisticpublic interface RangeStatistic implements StatisticSpecifies standard measurements of the lowest and highest values an attribute has held as well as its current value. |
Methods Summary |
---|
public long | getCurrent()The current value of this attribute.
| public long | getHighWaterMark()The highest value this attribute has held since the beginning of the measurement.
| public long | getLowWaterMark()The lowest value this attribute has held since the beginning of the measurement.
|
|