-
- All Known Implementing Classes:
GCLogFileSegment,GCLogFileZipSegment
public interface LogFileSegment
-
-
Field Summary
Fields Modifier and Type Field Description static PatternROTATING_LOG_PATTERNstatic StringROTATING_LOG_SUFFIX
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetEndTime()PathgetPath()StringgetSegmentName()doublegetStartTime()Stream<String>stream()
-
-
-
Field Detail
-
ROTATING_LOG_SUFFIX
static final String ROTATING_LOG_SUFFIX
- See Also:
- Constant Field Values
-
ROTATING_LOG_PATTERN
static final Pattern ROTATING_LOG_PATTERN
-
-