| Interface | Description |
|---|---|
| RaftStateLoader |
Defines the contract of restoring persisted Raft state from storage layer
|
| RaftStateStore |
Defines the contract of the Raft storage.
|
| Class | Description |
|---|---|
| LogFileStructure |
Used in the EE side
|
| NopRaftStateStore |
Used when a Raft node works transiently (its state is not persisted).
|
| RestoredRaftState |
Contains persisted and restored state of a
RaftNode. |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.