| Package | Description |
|---|---|
| com.helger.commons.statistics |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMutableStatisticsHandlerCache
Statistics handler for cache hit/miss
|
interface |
IMutableStatisticsHandlerCounter
Statistics handler for a counter.
|
interface |
IMutableStatisticsHandlerKeyedCounter
Statistics handler for a keyed counter.
|
interface |
IMutableStatisticsHandlerKeyedSize
Statistics handler for keyed sizes.
|
interface |
IMutableStatisticsHandlerKeyedTimer
Statistics handler for keyed timer.
|
interface |
IMutableStatisticsHandlerSize
Statistics handler for sizes.
|
interface |
IMutableStatisticsHandlerTimer
Statistics handler for times.
|
interface |
IStatisticsHandlerCache
Read-only statistics handler for cache hit/miss
|
interface |
IStatisticsHandlerCounter
Read-only statistics handler for a counter.
|
interface |
IStatisticsHandlerKeyed
Base interface for keyed statistic handlers
|
interface |
IStatisticsHandlerKeyedCounter
Statistics handler for a keyed counter.
|
interface |
IStatisticsHandlerKeyedNumeric
Base interface for size and timer handler.
|
interface |
IStatisticsHandlerKeyedSize
Read-only statistics handler for keyed sizes.
|
interface |
IStatisticsHandlerKeyedTimer
Read-only statistics handler for keyed timer.
|
interface |
IStatisticsHandlerNumeric
Base interface for size and timer handler.
|
interface |
IStatisticsHandlerSize
Read-only statistics handler for sizes.
|
interface |
IStatisticsHandlerTimer
Read-only statistics handler for times.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStatisticsHandlerKeyedNumeric
Abstract base class for a keyed numeric statistic handler
|
class |
AbstractStatisticsHandlerNumeric
Abstract base class for numeric statistic handler
|
class |
StatisticsHandlerCache
Default implementation of
IMutableStatisticsHandlerCache |
class |
StatisticsHandlerCounter
Default implementation of
IMutableStatisticsHandlerCounter |
class |
StatisticsHandlerKeyedCounter
Default implementation of
IMutableStatisticsHandlerKeyedCounter |
class |
StatisticsHandlerKeyedSize
Default implementation of
IMutableStatisticsHandlerKeyedSize |
class |
StatisticsHandlerKeyedTimer
Default implementation of
IMutableStatisticsHandlerKeyedTimer |
class |
StatisticsHandlerSize
Default implementation of
IMutableStatisticsHandlerSize |
class |
StatisticsHandlerTimer
Default implementation of
IMutableStatisticsHandlerTimer |
Copyright © 2014–2017 Philip Helger. All rights reserved.