| AbstractActionStatsCollector<E extends Enum<E>> |
A baseline for statistics collector implementations.
|
| ActionStats |
Simple action statistics bean referring to a specific action type.
|
| ActionStatsMap<E extends Enum<E>> |
A collection of simple statistics gathered on multiple categories.
|
| BlockingActionStatsCollector<E extends Enum<E>> |
A statistics collector which uses synchronization locks for guaranteeing data consistency.
|
| EnumEventStatsMap<T extends Enum<T>> |
An EventStatsMap based on an enum
|
| EventsCollector<E extends Enum<E>> |
Counts events that fall into one of a predefined set of categories.
|
| EventStatsMap<E> |
A mapping between event categories and their respective counts.
|
| NonBlockingActionStatsCollector<E extends Enum<E>> |
A statistics collector which uses a non-blocking approach to improve performance.
|
| UnboundedEventsCollector<T> |
Collects counts on an unbounded set of categories.
|
| UnboundedEventStatsMap<T> |
An EventStatsMap with no predefined set of possible categories.
|