Module com.microsoft.gctoolkit.api
Package com.microsoft.gctoolkit.io
-
Interface Summary Interface Description DataSource<T> A source of data which may be streamed.LogFileSegment -
Class Summary Class Description FileDataSource<T> A DataSource rooted in a file system.GCLogFile Represents a GC log file, which may be aSingleGCLogFileor aRotatingGCLogFile.GCLogFileSegment ARotatingGCLogFileis made up ofGarbageCollectionLogFileSegments.GCLogFileZipSegment ARotatingGCLogFileis made up ofGarbageCollectionLogFileSegments.LogFileMetadata Meta-data about aFileDataSource.RotatingGCLogFile A collection of rotating GC log files.RotatingLogFileMetadata Meta-data about aFileDataSource.SingleGCLogFile A single GC log file.SingleLogFileMetadata Meta-data about aFileDataSource.