Package com.helger.commons.statistics
Interface IStatisticsHandlerKeyedTimer
-
- All Superinterfaces:
IStatisticsHandler,IStatisticsHandlerKeyed,IStatisticsHandlerKeyedNumeric
- All Known Subinterfaces:
IMutableStatisticsHandlerKeyedTimer
- All Known Implementing Classes:
StatisticsHandlerKeyedTimer
public interface IStatisticsHandlerKeyedTimer extends IStatisticsHandlerKeyedNumeric
Read-only statistics handler for keyed timer.- Author:
- Philip Helger
-
-
Method Summary
-
Methods inherited from interface com.helger.commons.statistics.IStatisticsHandler
getInvocationCount
-
Methods inherited from interface com.helger.commons.statistics.IStatisticsHandlerKeyed
getAllKeys, getInvocationCount
-
Methods inherited from interface com.helger.commons.statistics.IStatisticsHandlerKeyedNumeric
getAverage, getMax, getMin, getSum
-
-