Class TwoRuntimeAggregator
- java.lang.Object
-
- com.microsoft.gctoolkit.aggregator.Aggregator<TwoRuntimeReport>
-
- com.microsoft.gctoolkit.integration.shared.TwoRuntimeAggregator
-
public class TwoRuntimeAggregator extends Aggregator<TwoRuntimeReport>
-
-
Constructor Summary
Constructors Constructor Description TwoRuntimeAggregator(TwoRuntimeReport aggregation)Subclass only.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrecord(JVMTermination termination)-
Methods inherited from class com.microsoft.gctoolkit.aggregator.Aggregator
aggregation, consume, isDone, register
-
-
-
-
Constructor Detail
-
TwoRuntimeAggregator
public TwoRuntimeAggregator(TwoRuntimeReport aggregation)
Subclass only.- Parameters:
aggregation- The Aggregation that @Collates this Aggregator
-
-
Method Detail
-
record
public void record(JVMTermination termination)
-
-