See: Description
| Interface | Description | 
|---|---|
| RaftIntegration | Integration abstraction between Raft state machine and the underlying
 platform which is responsible for task/operation execution & scheduling,
 message transportation and failure detection. | 
| RaftNode | RaftNodemaintains the state of a member for a specific Raft group
 and exposes methods to handle external client requests (such as append
 requests, queries and membership changes) and internal Raft RPCs (voting,
 append request, snapshot installing etc). | 
| Class | Description | 
|---|---|
| RaftDataSerializerHook | |
| RaftNodeImpl | Implementation of  RaftNode. | 
| Enum | Description | 
|---|---|
| RaftNodeStatus | Represents status of a  RaftNodeduring its lifecycle. | 
| RaftRole | Represents role of a member in a Raft group. | 
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.