Package org.apache.activemq.management
Interface UnsampledStatistic<T>
-
- All Superinterfaces:
Resettable,Statistic
- All Known Implementing Classes:
UnsampledStatisticImpl
public interface UnsampledStatistic<T> extends Statistic, Resettable
A Statistic without sampleTime or or startTime.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetValue()voidsetValue(T value)-
Methods inherited from interface org.apache.activemq.management.Resettable
reset
-
Methods inherited from interface org.apache.activemq.management.Statistic
getDescription, getLastSampleTime, getName, getStartTime, getUnit
-
-