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