Uses of Interface
com.microsoft.gctoolkit.io.LogFileSegment
-
Packages that use LogFileSegment Package Description com.microsoft.gctoolkit.io -
-
Uses of LogFileSegment in com.microsoft.gctoolkit.io
Classes in com.microsoft.gctoolkit.io that implement LogFileSegment Modifier and Type Class Description classGCLogFileSegmentARotatingGCLogFileis made up ofGarbageCollectionLogFileSegments.classGCLogFileZipSegmentARotatingGCLogFileis made up ofGarbageCollectionLogFileSegments.Methods in com.microsoft.gctoolkit.io that return types with arguments of type LogFileSegment Modifier and Type Method Description List<LogFileSegment>RotatingGCLogFile. getOrderedGarbageCollectionLogFiles()TheGCLogFileSegments in rotating order.abstract Stream<LogFileSegment>LogFileMetadata. logFiles()Stream<LogFileSegment>RotatingLogFileMetadata. logFiles()Stream<LogFileSegment>SingleLogFileMetadata. logFiles()
-