| Package | Description | 
|---|---|
| com.hazelcast.cp.internal.raft.impl | 
 Contains implementation classes of the Raft algorithm 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RaftNodeStatus | 
RaftNodeImpl.getStatus()  | 
RaftNodeStatus | 
RaftNode.getStatus()
Returns the current status of this node. 
 | 
static RaftNodeStatus | 
RaftNodeStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static RaftNodeStatus[] | 
RaftNodeStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RaftIntegration.onNodeStatusChange(RaftNodeStatus status)
Called when RaftNode status changes. 
 | 
void | 
RaftNodeImpl.setStatus(RaftNodeStatus newStatus)  | 
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.