Uses of Class
com.microsoft.gctoolkit.aggregator.Aggregator
-
Packages that use Aggregator Package Description com.microsoft.gctoolkit.aggregator com.microsoft.gctoolkit.event.g1gc com.microsoft.gctoolkit.jvm com.microsoft.gctoolkit.message -
-
Uses of Aggregator in com.microsoft.gctoolkit.aggregator
Methods in com.microsoft.gctoolkit.aggregator that return types with arguments of type Aggregator Modifier and Type Method Description Class<? extends Aggregator<?>>Aggregation. collates()Sort if a given Aggregator collates for this aggregation.Class<? extends Aggregator<?>>value() -
Uses of Aggregator in com.microsoft.gctoolkit.event.g1gc
Methods in com.microsoft.gctoolkit.event.g1gc with parameters of type Aggregator Modifier and Type Method Description voidG1Trap. execute(Aggregator<?> aggregator) -
Uses of Aggregator in com.microsoft.gctoolkit.jvm
Method parameters in com.microsoft.gctoolkit.jvm with type arguments of type Aggregator Modifier and Type Method Description voidAbstractJavaVirtualMachine. analyze(List<Aggregator<? extends Aggregation>> registeredAggregators, JVMEventChannel eventBus, DataSourceChannel dataSourceBus)Orchestrate the analysis of a GC log.voidJavaVirtualMachine. analyze(List<Aggregator<? extends Aggregation>> registeredAggregations, JVMEventChannel eventChannel, DataSourceChannel dataSourceChannel)Interface to trigger the analysis of a gc log. -
Uses of Aggregator in com.microsoft.gctoolkit.message
Constructors in com.microsoft.gctoolkit.message with parameters of type Aggregator Constructor Description JVMEventChannelAggregator(ChannelName channel, Aggregator aggregator)
-