Uses of Interface
com.microsoft.gctoolkit.message.DataSourceChannel
-
Packages that use DataSourceChannel Package Description com.microsoft.gctoolkit com.microsoft.gctoolkit.jvm -
-
Uses of DataSourceChannel in com.microsoft.gctoolkit
Methods in com.microsoft.gctoolkit with parameters of type DataSourceChannel Modifier and Type Method Description voidGCToolKit. loadDataSourceChannel(DataSourceChannel channel) -
Uses of DataSourceChannel in com.microsoft.gctoolkit.jvm
Methods in com.microsoft.gctoolkit.jvm with parameters of type DataSourceChannel 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.
-