| Package | Description |
|---|---|
| org.apache.ratis.server.impl | |
| org.apache.ratis.server.raftlog | |
| org.apache.ratis.server.raftlog.segmented |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.ratis.proto.RaftProtos.AppendEntriesRequestProto |
LogAppender.createRequest(long callId) |
| Modifier and Type | Method and Description |
|---|---|
abstract org.apache.ratis.proto.RaftProtos.LogEntryProto |
RaftLog.get(long index)
Get the log entry of the given index.
|
org.apache.ratis.proto.RaftProtos.LogEntryProto |
RaftLog.EntryWithData.getEntry(TimeDuration timeout) |
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 |
|---|---|
org.apache.ratis.proto.RaftProtos.LogEntryProto |
SegmentedRaftLog.get(long index) |
RaftLog.EntryWithData |
SegmentedRaftLog.getEntryWithData(long index) |
Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.