See: Description
Class | Description |
---|---|
CandidateState |
Mutable state maintained by each candidate during pre-voting & voting phases
|
FollowerState |
Mutable state maintained by the leader of the Raft group for each follower.
|
LeaderState |
Mutable state maintained by the leader of the Raft group.
|
RaftGroupMembers |
Immutable container for members of a Raft group with an index identifying
membership change's position in the Raft log.
|
RaftState |
RaftState is the mutable state maintained by Raft state machine
on every node in the group. |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.