Class BoundedRangeStatisticImpl
java.lang.Object
org.apache.activemq.management.StatisticImpl
org.apache.activemq.management.RangeStatisticImpl
org.apache.activemq.management.BoundedRangeStatisticImpl
- All Implemented Interfaces:
Resettable, Statistic
A bounded range statistic implementation
-
Constructor Summary
ConstructorsConstructorDescriptionBoundedRangeStatisticImpl(String name, String unit, String description, long lowerBound, long upperBound) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidappendFieldDescription(StringBuffer buffer) longlongMethods inherited from class RangeStatisticImpl
getCurrent, getHighWaterMark, getLowWaterMark, reset, setCurrentMethods inherited from class StatisticImpl
getDescription, getLastSampleTime, getName, getStartTime, getUnit, isDoReset, isEnabled, setDoReset, setEnabled, toString, updateSampleTime
-
Constructor Details
-
BoundedRangeStatisticImpl
-
-
Method Details
-
getLowerBound
public long getLowerBound() -
getUpperBound
public long getUpperBound() -
appendFieldDescription
- Overrides:
appendFieldDescriptionin classRangeStatisticImpl
-