Uses of Interface
com.microsoft.gctoolkit.jvm.JavaVirtualMachine
-
Packages that use JavaVirtualMachine Package Description com.microsoft.gctoolkit com.microsoft.gctoolkit.io com.microsoft.gctoolkit.jvm -
-
Uses of JavaVirtualMachine in com.microsoft.gctoolkit
Methods in com.microsoft.gctoolkit that return JavaVirtualMachine Modifier and Type Method Description JavaVirtualMachineGCToolKit. analyze(DataSource<?> dataSource)Perform an analysis on a GC log file. -
Uses of JavaVirtualMachine in com.microsoft.gctoolkit.io
Methods in com.microsoft.gctoolkit.io that return JavaVirtualMachine Modifier and Type Method Description JavaVirtualMachineGCLogFile. getJavaVirtualMachine()Return the relevant JavaVirtualMachine implementation -
Uses of JavaVirtualMachine in com.microsoft.gctoolkit.jvm
Classes in com.microsoft.gctoolkit.jvm that implement JavaVirtualMachine Modifier and Type Class Description classAbstractJavaVirtualMachineThe base implementation of JavaVirtualMachine that uses the message API to feed lines to the parser(s) and post events to the aggregators.classPreUnifiedJavaVirtualMachineAn implementation of JavaVirtualMachine that uses io.vertx verticles to feed lines to the parser(s) and post events to the aggregators.classUnifiedJavaVirtualMachineAn implementation of JavaVirtualMachine that uses io.vertx verticles to feed lines to the parser(s) and post events to the aggregators.
-