Class UnboundedEventStatsMap<T>
- java.lang.Object
-
- org.pipecraft.infra.monitoring.collectors.EventStatsMap<T>
-
- org.pipecraft.infra.monitoring.collectors.UnboundedEventStatsMap<T>
-
- Type Parameters:
T- The type representing the legal categories. Must be suitable as a hash structure key.
public class UnboundedEventStatsMap<T> extends EventStatsMap<T>
An EventStatsMap with no predefined set of possible categories.- Author:
- Eyal Schneider
-
-
Constructor Summary
Constructors Constructor Description UnboundedEventStatsMap()Constructor
-