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 IStatisticsHandler
Base interface for all statistic handlers
- Author:
- Philip Helger
-
Method Summary
-
Method Details
-
getInvocationCount
- Returns:
- The number of times this statistics hander was invoked.
-