Module com.microsoft.gctoolkit.api
Package com.microsoft.gctoolkit.aggregator
-
Class Summary Class Description Aggregation AnAggregationcollates data from anAggregatorand may be thought of as a view of the data.Aggregator<A extends Aggregation> An Aggregator consumes a JVMEvent, extracts data from the event, and calls on an Aggregation which collates the data.JVMEventDispatcher This is a utility class that supports theAggregator.register(Class, Consumer)method. -
Enum Summary Enum Description EventSource EventSource indicates to the source of the GC events that an Aggregator is meant to process. -
Annotation Types Summary Annotation Type Description Aggregates This annotation is used by implementations ofAggregatorto indicate the source of the events being aggregated.Collates An implementation of an Aggregation collates data from an Aggregator.