Package com.helger.commons.statistics
Interface IStatisticsHandlerKeyedCounter
- All Superinterfaces:
IStatisticsHandler,IStatisticsHandlerKeyed
- All Known Subinterfaces:
IMutableStatisticsHandlerKeyedCounter
- All Known Implementing Classes:
StatisticsHandlerKeyedCounter
Statistics handler for a keyed counter.
- Author:
- Philip Helger
-
Method Summary
Methods inherited from interface com.helger.commons.statistics.IStatisticsHandler
getInvocationCountMethods inherited from interface com.helger.commons.statistics.IStatisticsHandlerKeyed
getAllKeys, getInvocationCount
-
Method Details
-
getCount
Get the count of a certain key.- Parameters:
sKey- The key to retrieve the count from- Returns:
CGlobal.ILLEGAL_ULONGif no such key is present.
-