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
getName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.uima.aae.monitor.statistics.LongNumericStatisticMBean
getName
-
Constructor Details
-
LongNumericStatistic
-
-
Method Details
-
decrement
public void decrement()- Specified by:
decrement
in interfaceNumericStatistic
- Specified by:
decrement
in classNumericStatisticBaseImpl
-
increment
public void increment()- Specified by:
increment
in interfaceNumericStatistic
- Specified by:
increment
in classNumericStatisticBaseImpl
-
increment
public void increment(long anIncrementBy) -
reset
public void reset()- Specified by:
reset
in interfaceLongNumericStatisticMBean
- Specified by:
reset
in interfaceStatistic
- Specified by:
reset
in classNumericStatisticBaseImpl
-
getValue
public long getValue()- Specified by:
getValue
in interfaceLongNumericStatisticMBean
-