Uses of Class
com.microsoft.gctoolkit.aggregator.Aggregation
-
Packages that use Aggregation Package Description com.microsoft.gctoolkit com.microsoft.gctoolkit.aggregator com.microsoft.gctoolkit.jvm -
-
Uses of Aggregation in com.microsoft.gctoolkit
Methods in com.microsoft.gctoolkit with parameters of type Aggregation Modifier and Type Method Description voidGCToolKit. loadAggregation(Aggregation aggregation)Registers anAggregationclass which can be used to perform analysis onJVMEvents. -
Uses of Aggregation in com.microsoft.gctoolkit.aggregator
Classes in com.microsoft.gctoolkit.aggregator with type parameters of type Aggregation Modifier and Type Class Description classAggregator<A extends Aggregation>An Aggregator consumes a JVMEvent, extracts data from the event, and calls on an Aggregation which collates the data. -
Uses of Aggregation in com.microsoft.gctoolkit.jvm
Methods in com.microsoft.gctoolkit.jvm with type parameters of type Aggregation Modifier and Type Method Description <T extends Aggregation>
Optional<T>AbstractJavaVirtualMachine. getAggregation(Class<T> aggregationClass)<T extends Aggregation>
Optional<T>JavaVirtualMachine. getAggregation(Class<T> aggregationClass)Return theAggregationthat was used in the analysis of the GC log file that is the same class asaggregationClass.Method parameters in com.microsoft.gctoolkit.jvm with type arguments of type Aggregation 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.
-