public final class BoundaryStatisticImpl extends StatisticImpl implements BoundaryStatistic, InvocationHandler
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,
String name,
String unit,
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.
|
Map |
getStaticAsMap() |
BoundaryStatistic |
getStatistic() |
long |
getUpperBound()
The upper limit of the value of this attribute.
|
Object |
invoke(Object proxy,
Method m,
Object[] args) |
void |
reset() |
checkMethod, getDescription, getLastSampleTime, getName, getStartTime, getUnit, isValidString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDescription, getLastSampleTime, getName, getStartTime, getUnitpublic BoundaryStatistic getStatistic()
public Map getStaticAsMap()
getStaticAsMap in class StatisticImplpublic long getLowerBound()
BoundaryStatisticgetLowerBound in interface BoundaryStatisticpublic long getUpperBound()
BoundaryStatisticgetUpperBound in interface BoundaryStatisticpublic void reset()
reset in class StatisticImplCopyright © 2017-2018 Eclipse Foundation. All Rights Reserved.