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 voiddecrement()longgetValue()voidincrement()voidincrement(long anIncrementBy)voidreset()-
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:
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
-
-