Interface TimeStats
-
- All Superinterfaces:
org.glassfish.external.statistics.Statistic,org.glassfish.external.statistics.TimeStatistic,TreeElement,TreeNode
- All Known Subinterfaces:
TimeStatsMillis,TimeStatsNanos
- All Known Implementing Classes:
TimeStatsAbstractImpl,TimeStatsMillisImpl,TimeStatsNanosImpl
public interface TimeStats extends TreeNode, org.glassfish.external.statistics.TimeStatistic
- Author:
- Harpreet Singh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidentry()voidexit()longgetMaximumTime()longgetMinimumTime()doublegetTime()longgetTimesCalled()voidsetReset(boolean reset)voidsetTime(long time)-
Methods inherited from interface org.glassfish.external.statistics.Statistic
getDescription, getLastSampleTime, getName, getStartTime, getUnit
-
Methods inherited from interface org.glassfish.external.statistics.TimeStatistic
getCount, getMaxTime, getMinTime, getTotalTime
-
Methods inherited from interface org.glassfish.flashlight.datatree.TreeElement
getName, getValue, setName
-
Methods inherited from interface org.glassfish.flashlight.datatree.TreeNode
addChild, getCategory, getChild, getChildNodes, getCompletePathName, getDescription, getEnabledChildNodes, getNode, getNodes, getNodes, getParent, getPossibleParentNode, hasChildNodes, isEnabled, removeChild, setCategory, setDescription, setEnabled, setParent, traverse
-
-