| Package | Description |
|---|---|
| org.apache.ratis.server.raftlog.segmented |
| Modifier and Type | Method and Description |
|---|---|
static LogSegmentPath |
LogSegmentPath.matchLogSegment(Path path)
Match the given path with the
LogSegmentStartEnd.getClosedSegmentPattern()
or the LogSegmentStartEnd.getOpenSegmentPattern(). |
| Modifier and Type | Method and Description |
|---|---|
static List<LogSegmentPath> |
LogSegmentPath.getLogSegmentPaths(RaftStorage storage)
Get a list of
LogSegmentPath from the given storage. |
| Modifier and Type | Method and Description |
|---|---|
int |
LogSegmentPath.compareTo(LogSegmentPath that) |
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.