Package com.helger.commons.statistics
Interface IMutableStatisticsHandlerKeyedCounter
-
- All Superinterfaces:
IStatisticsHandler,IStatisticsHandlerKeyed,IStatisticsHandlerKeyedCounter
- All Known Implementing Classes:
StatisticsHandlerKeyedCounter
public interface IMutableStatisticsHandlerKeyedCounter extends IStatisticsHandlerKeyedCounter
Statistics handler for a keyed counter.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidincrement(String sKey)Increment by 1voidincrement(String sKey, long nByHowMany)Increment by n-
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.IStatisticsHandlerKeyedCounter
getCount
-
-