Package | Description |
---|---|
com.hazelcast.cp.internal |
Contains implementation of the CP subsystem
|
com.hazelcast.cp.internal.raft.impl |
Contains implementation classes of the Raft algorithm
|
com.hazelcast.cp.internal.raftop |
Contains operations that are used in Hazelcast's Raft implementation
|
Modifier and Type | Method and Description |
---|---|
RaftNode |
RaftService.getOrInitRaftNode(CPGroupId groupId) |
RaftNode |
RaftService.getRaftNode(CPGroupId groupId) |
Modifier and Type | Method and Description |
---|---|
Collection<RaftNode> |
RaftService.getAllRaftNodes() |
Modifier and Type | Method and Description |
---|---|
void |
RaftNodeAware.setRaftNode(RaftNode raftNode) |
Modifier and Type | Class and Description |
---|---|
class |
RaftNodeImpl
Implementation of
RaftNode . |
Modifier and Type | Method and Description |
---|---|
void |
GetInitialRaftGroupMembersIfCurrentGroupMemberOp.setRaftNode(RaftNode raftNode) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.