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:
java.io.Serializable
,LongNumericStatisticMBean
,NumericStatistic
,Statistic
public class LongNumericStatistic extends NumericStatisticBaseImpl implements LongNumericStatisticMBean
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LongNumericStatistic(java.lang.String aName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
decrement()
long
getValue()
void
increment()
void
increment(long anIncrementBy)
void
reset()
-
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
-
-
-
-
Method Detail
-
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
-
-