Package | Description |
---|---|
com.hazelcast.cp.internal |
Contains implementation of the CP subsystem
|
com.hazelcast.cp.internal.operation |
Contains operations for the Raft Invocation SPI
|
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 | Method and Description |
---|---|
protected ICompletableFuture |
ChangeRaftGroupMembershipOp.replicate(RaftNode raftNode) |
protected ICompletableFuture |
DefaultRaftReplicateOp.replicate(RaftNode raftNode) |
protected ICompletableFuture |
DestroyRaftGroupOp.replicate(RaftNode raftNode) |
protected abstract ICompletableFuture |
RaftReplicateOp.replicate(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.