| 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
|
| Modifier and Type | Method and Description |
|---|---|
RaftState |
RaftNodeImpl.state() |
| Modifier and Type | Method and Description |
|---|---|
static RaftState |
RaftState.newRaftState(CPGroupId groupId,
RaftEndpoint localEndpoint,
Collection<RaftEndpoint> endpoints,
int logCapacity) |
static RaftState |
RaftState.newRaftState(CPGroupId groupId,
RaftEndpoint localEndpoint,
Collection<RaftEndpoint> endpoints,
int logCapacity,
RaftStateStore stateStore) |
static RaftState |
RaftState.restoreRaftState(CPGroupId groupId,
RestoredRaftState restoredState,
int logCapacity) |
static RaftState |
RaftState.restoreRaftState(CPGroupId groupId,
RestoredRaftState restoredState,
int logCapacity,
RaftStateStore stateStore) |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.