|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.monitoring.statistics.BaseStatistics
com.liferay.portal.monitoring.statistics.CountStatistics
public class CountStatistics
Constructor Summary | |
---|---|
CountStatistics(java.lang.String name)
|
Method Summary | |
---|---|
void |
decrementCount()
|
long |
getCount()
|
void |
incrementCount()
|
void |
reset()
|
void |
setCount(long count)
|
Methods inherited from class com.liferay.portal.monitoring.statistics.BaseStatistics |
---|
getDescription, getLastSampleTime, getLastTime, getLowerBound, getMaxTime, getMinTime, getName, getStartTime, getUpperBound, getUptime, setDescription, setLastSampleTime, setLastTime, setLowerBound, setMaxTime, setMinTime, setStartTime, setUpperBound |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CountStatistics(java.lang.String name)
Method Detail |
---|
public void decrementCount()
public long getCount()
public void incrementCount()
public void reset()
reset
in interface Statistics
reset
in class BaseStatistics
public void setCount(long count)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |