Uses of Class
org.pipecraft.infra.monitoring.collectors.EventStatsMap
-
Packages that use EventStatsMap Package Description org.pipecraft.infra.monitoring.collectors -
-
Uses of EventStatsMap in org.pipecraft.infra.monitoring.collectors
Subclasses of EventStatsMap in org.pipecraft.infra.monitoring.collectors Modifier and Type Class Description classEnumEventStatsMap<T extends Enum<T>>An EventStatsMap based on an enumclassUnboundedEventStatsMap<T>An EventStatsMap with no predefined set of possible categories.Methods in org.pipecraft.infra.monitoring.collectors that return EventStatsMap Modifier and Type Method Description EventStatsMap<E>EventsCollector. getAll()EventStatsMap<T>UnboundedEventsCollector. getAll()Methods in org.pipecraft.infra.monitoring.collectors with parameters of type EventStatsMap Modifier and Type Method Description voidEventStatsMap. add(EventStatsMap<E> other)Adds the counts from the other collector.
-