public class BoundedRangeStatistic extends Statistic
| Modifier and Type | Field and Description |
|---|---|
long |
current
The current value of this attribute.
|
long |
highWaterMark
The highest value this attribute has held since the beginning of the measurement.
|
static java.lang.String |
IMPLEMENTED_FOR |
long |
lowerBound
The lower limit of the value of this attribute.The upper limit of the value of this attribute.
|
long |
lowWaterMark
The lowest value this attribute has held since the beginning of the measurement.
|
long |
upperBound
The upper limit of the value of this attribute.
|
description, lastSampleTime, name, startTime, unit| Constructor and Description |
|---|
BoundedRangeStatistic() |
| Modifier and Type | Method and Description |
|---|---|
void |
initializeFrom(java.lang.Object stat) |
toJsonStringpublic static final transient java.lang.String IMPLEMENTED_FOR
public long lowerBound
public long upperBound
public long current
public long highWaterMark
public long lowWaterMark
public void initializeFrom(java.lang.Object stat)
throws java.lang.NoSuchMethodException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
initializeFrom in class Statisticjava.lang.NoSuchMethodExceptionjava.lang.IllegalAccessExceptionjava.lang.reflect.InvocationTargetException