Class LongNumericStatistic
java.lang.Object
org.apache.uima.aae.monitor.statistics.BaseStatistic
org.apache.uima.aae.monitor.statistics.NumericStatisticBaseImpl
org.apache.uima.aae.monitor.statistics.LongNumericStatistic
- All Implemented Interfaces:
Serializable,LongNumericStatisticMBean,NumericStatistic,Statistic
public class LongNumericStatistic
extends NumericStatisticBaseImpl
implements LongNumericStatisticMBean
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.uima.aae.monitor.statistics.BaseStatistic
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.uima.aae.monitor.statistics.LongNumericStatisticMBean
getName
-
Constructor Details
-
LongNumericStatistic
-
-
Method Details
-
decrement
public void decrement()- Specified by:
decrementin interfaceNumericStatistic- Specified by:
decrementin classNumericStatisticBaseImpl
-
increment
public void increment()- Specified by:
incrementin interfaceNumericStatistic- Specified by:
incrementin classNumericStatisticBaseImpl
-
increment
public void increment(long anIncrementBy) -
reset
public void reset()- Specified by:
resetin interfaceLongNumericStatisticMBean- Specified by:
resetin interfaceStatistic- Specified by:
resetin classNumericStatisticBaseImpl
-
getValue
public long getValue()- Specified by:
getValuein interfaceLongNumericStatisticMBean
-