Uses of Interface
com.helger.commons.statistics.IStatisticsHandlerKeyed
-
Packages that use IStatisticsHandlerKeyed Package Description com.helger.commons.statistics -
-
Uses of IStatisticsHandlerKeyed in com.helger.commons.statistics
Subinterfaces of IStatisticsHandlerKeyed in com.helger.commons.statistics Modifier and Type Interface Description interfaceIMutableStatisticsHandlerKeyedCounterStatistics handler for a keyed counter.interfaceIMutableStatisticsHandlerKeyedSizeStatistics handler for keyed sizes.interfaceIMutableStatisticsHandlerKeyedTimerStatistics handler for keyed timer.interfaceIStatisticsHandlerKeyedCounterStatistics handler for a keyed counter.interfaceIStatisticsHandlerKeyedNumericBase interface for size and timer handler.interfaceIStatisticsHandlerKeyedSizeRead-only statistics handler for keyed sizes.interfaceIStatisticsHandlerKeyedTimerRead-only statistics handler for keyed timer.Classes in com.helger.commons.statistics that implement IStatisticsHandlerKeyed Modifier and Type Class Description classAbstractStatisticsHandlerKeyedNumericAbstract base class for a keyed numeric statistic handlerclassStatisticsHandlerKeyedCounterDefault implementation ofIMutableStatisticsHandlerKeyedCounterclassStatisticsHandlerKeyedSizeDefault implementation ofIMutableStatisticsHandlerKeyedSizeclassStatisticsHandlerKeyedTimerDefault implementation ofIMutableStatisticsHandlerKeyedTimer
-