|
|||||||||
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.AverageStatistics
public class AverageStatistics
Constructor Summary | |
---|---|
AverageStatistics(java.lang.String name)
|
Method Summary | |
---|---|
void |
addDuration(long duration)
|
long |
getAverageTime()
|
long |
getCount()
|
void |
reset()
|
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 AverageStatistics(java.lang.String name)
Method Detail |
---|
public void addDuration(long duration)
public long getAverageTime()
public long getCount()
public void reset()
reset
in interface Statistics
reset
in class BaseStatistics
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |