| Modifier and Type | Method and Description |
|---|---|
RaftStorage |
ServerState.getStorage() |
| Constructor and Description |
|---|
SegmentedRaftLog(RaftGroupMemberId memberId,
RaftServerImpl server,
RaftStorage storage,
long lastIndexInSnapshot,
RaftProperties properties) |
| Constructor and Description |
|---|
SnapshotManager(RaftStorage storage,
RaftPeerId selfId) |
| Modifier and Type | Method and Description |
|---|---|
void |
StateMachineStorage.init(RaftStorage raftStorage) |
void |
StateMachine.initialize(RaftServer server,
RaftGroupId groupId,
RaftStorage storage)
Initializes the State Machine with the given server, group and storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleStateMachineStorage.init(RaftStorage rStorage) |
void |
BaseStateMachine.initialize(RaftServer raftServer,
RaftGroupId raftGroupId,
RaftStorage storage) |
Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.