| Package | Description |
|---|---|
| org.apache.ratis.server.raftlog | |
| org.apache.ratis.server.raftlog.memory | |
| org.apache.ratis.server.raftlog.segmented |
| Modifier and Type | Method and Description |
|---|---|
abstract RaftLog.EntryWithData |
RaftLog.getEntryWithData(long index)
Get the log entry of the given index along with the state machine data.
|
| Modifier and Type | Method and Description |
|---|---|
RaftLog.EntryWithData |
MemoryRaftLog.getEntryWithData(long index) |
| Modifier and Type | Method and Description |
|---|---|
RaftLog.EntryWithData |
SegmentedRaftLog.getEntryWithData(long index) |
Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.