Class RuntimeAggregator<T extends RuntimeAggregation>
- java.lang.Object
-
- com.microsoft.gctoolkit.aggregator.Aggregator<T>
-
- com.microsoft.gctoolkit.integration.aggregation.RuntimeAggregator<T>
-
- Direct Known Subclasses:
PauseTimeAggregator
public class RuntimeAggregator<T extends RuntimeAggregation> extends Aggregator<T>
An Aggregator that collects only the DateTimeStamp and duration of a JVMEvent.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRuntimeAggregator(T aggregation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <E extends JVMEvent>
voidconsume(E event)-
Methods inherited from class com.microsoft.gctoolkit.aggregator.Aggregator
aggregation, isDone, register
-
-
-
-
Constructor Detail
-
RuntimeAggregator
protected RuntimeAggregator(T aggregation)
-
-
Method Detail
-
consume
public <E extends JVMEvent> void consume(E event)
- Overrides:
consumein classAggregator<T extends RuntimeAggregation>
-
-