Package com.helger.commons.statistics
Interface IStatisticsHandler
-
- All Known Subinterfaces:
IMutableStatisticsHandlerCache,IMutableStatisticsHandlerCounter,IMutableStatisticsHandlerKeyedCounter,IMutableStatisticsHandlerKeyedSize,IMutableStatisticsHandlerKeyedTimer,IMutableStatisticsHandlerSize,IMutableStatisticsHandlerTimer,IStatisticsHandlerCache,IStatisticsHandlerCounter,IStatisticsHandlerKeyed,IStatisticsHandlerKeyedCounter,IStatisticsHandlerKeyedNumeric,IStatisticsHandlerKeyedSize,IStatisticsHandlerKeyedTimer,IStatisticsHandlerNumeric,IStatisticsHandlerSize,IStatisticsHandlerTimer
- All Known Implementing Classes:
AbstractStatisticsHandlerKeyedNumeric,AbstractStatisticsHandlerNumeric,StatisticsHandlerCache,StatisticsHandlerCounter,StatisticsHandlerKeyedCounter,StatisticsHandlerKeyedSize,StatisticsHandlerKeyedTimer,StatisticsHandlerSize,StatisticsHandlerTimer
public interface IStatisticsHandlerBase interface for all statistic handlers- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetInvocationCount()
-
-
-
Method Detail
-
getInvocationCount
@Nonnegative int getInvocationCount()
- Returns:
- The number of times this statistics hander was invoked.
-
-