Uses of Interface
com.microsoft.gctoolkit.io.DataSource
-
Packages that use DataSource Package Description com.microsoft.gctoolkit com.microsoft.gctoolkit.io com.microsoft.gctoolkit.jvm -
-
Uses of DataSource in com.microsoft.gctoolkit
Methods in com.microsoft.gctoolkit with parameters of type DataSource Modifier and Type Method Description JavaVirtualMachineGCToolKit. analyze(DataSource<?> dataSource)Perform an analysis on a GC log file. -
Uses of DataSource in com.microsoft.gctoolkit.io
Classes in com.microsoft.gctoolkit.io that implement DataSource Modifier and Type Class Description classFileDataSource<T>A DataSource rooted in a file system.classGCLogFileRepresents a GC log file, which may be aSingleGCLogFileor aRotatingGCLogFile.classRotatingGCLogFileA collection of rotating GC log files.classSingleGCLogFileA single GC log file. -
Uses of DataSource in com.microsoft.gctoolkit.jvm
Methods in com.microsoft.gctoolkit.jvm with parameters of type DataSource Modifier and Type Method Description booleanJavaVirtualMachine. accepts(DataSource dataSource)booleanPreUnifiedJavaVirtualMachine. accepts(DataSource logFile)booleanUnifiedJavaVirtualMachine. accepts(DataSource logFile)voidAbstractJavaVirtualMachine. setDataSource(DataSource logFile)Sets the data source
-