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