|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.aae.monitor.statistics.BaseStatistic
org.apache.uima.aae.monitor.statistics.NumericStatisticBaseImpl
org.apache.uima.aae.monitor.statistics.LongNumericStatistic
public class LongNumericStatistic
Constructor Summary | |
---|---|
LongNumericStatistic(java.lang.String aName)
|
Method Summary | |
---|---|
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 |
Methods inherited from interface org.apache.uima.aae.monitor.statistics.Statistic |
---|
getName |
Constructor Detail |
---|
public LongNumericStatistic(java.lang.String aName)
Method Detail |
---|
public void decrement()
decrement
in interface NumericStatistic
decrement
in class NumericStatisticBaseImpl
public void increment()
increment
in interface NumericStatistic
increment
in class NumericStatisticBaseImpl
public void increment(long anIncrementBy)
public void reset()
reset
in interface LongNumericStatisticMBean
reset
in interface Statistic
reset
in class NumericStatisticBaseImpl
public long getValue()
getValue
in interface LongNumericStatisticMBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |