| Package | Description | 
|---|---|
| com.hazelcast.cp.internal.raft.impl | 
 Contains implementation classes of the Raft algorithm 
 | 
| com.hazelcast.cp.internal.raft.impl.state | 
 Contains classes that keep state of Raft nodes 
 | 
| Class and Description | 
|---|
RaftState
RaftState is the mutable state maintained by Raft state machine
 on every node in the group. | 
| Class and 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. 
 | 
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.