public final class BoundaryStatisticImpl extends StatisticImpl implements BoundaryStatistic, java.lang.reflect.InvocationHandler
| Modifier and Type | Field and Description |
|---|---|
private BoundaryStatistic |
bs |
private long |
lowerBound |
private long |
upperBound |
LAST_SAMPLE_TIME, NEWLINE, sampleTime, START_TIME, statMap, UNIT_COUNT, UNIT_MICROSECOND, UNIT_MILLISECOND, UNIT_NANOSECOND, UNIT_SECOND| Constructor and Description |
|---|
BoundaryStatisticImpl(long lower,
long upper,
java.lang.String name,
java.lang.String unit,
java.lang.String desc,
long startTime,
long sampleTime) |
| Modifier and Type | Method and Description |
|---|---|
long |
getLowerBound()
The lower limit of the value of this attribute.The upper limit of the value of this attribute.
|
java.util.Map |
getStaticAsMap() |
BoundaryStatistic |
getStatistic() |
long |
getUpperBound()
The upper limit of the value of this attribute.
|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method m,
java.lang.Object[] args) |
void |
reset() |
checkMethod, getDescription, getLastSampleTime, getName, getStartTime, getUnit, isValidString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDescription, getLastSampleTime, getName, getStartTime, getUnitprivate final long lowerBound
private final long upperBound
private final BoundaryStatistic bs
public BoundaryStatisticImpl(long lower,
long upper,
java.lang.String name,
java.lang.String unit,
java.lang.String desc,
long startTime,
long sampleTime)
public BoundaryStatistic getStatistic()
public java.util.Map getStaticAsMap()
getStaticAsMap in class StatisticImplpublic long getLowerBound()
BoundaryStatisticgetLowerBound in interface BoundaryStatisticpublic long getUpperBound()
BoundaryStatisticgetUpperBound in interface BoundaryStatisticpublic void reset()
reset in class StatisticImplpublic java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method m,
java.lang.Object[] args)
throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerjava.lang.Throwable