Package | Description |
---|---|
com.hazelcast.cp.internal.operation |
Contains operations for the Raft Invocation SPI
|
com.hazelcast.cp.internal.operation.integration |
Contains Hazelcast operations that carry out Raft RPCs
|
com.hazelcast.cp.internal.raftop.metadata |
Contains operations that are used in the Metadata CP group
|
Modifier and Type | Class and Description |
---|---|
class |
ChangeRaftGroupMembershipOp
Replicates a membership change operation to a Raft group.
|
class |
DefaultRaftReplicateOp
The operation used by
RaftInvocationManager to replicate a given
RaftOp to leader of the target Raft group. |
class |
DestroyRaftGroupOp
Replicates a
DestroyRaftGroupCmd to a Raft group. |
class |
RaftQueryOp
The operation that passes a query to leader or a follower of a Raft group.
|
class |
RaftReplicateOp
|
class |
RestartCPMemberOp
Resets CP state of a member and restarts the CP subsystem initialization process.
|
Modifier and Type | Class and Description |
---|---|
class |
AppendFailureResponseOp
Carries a failure response from a Raft follower to a Raft leader
for a
AppendRequest RPC |
class |
AppendRequestOp
Carries a
AppendRequest RPC from a Raft group leader to a follower |
class |
AppendSuccessResponseOp
Carries a success response from a Raft follower to a Raft leader
for a
AppendRequest RPC |
class |
AsyncRaftOp
Base class for operation classes that will carry Raft RPCs between
Raft nodes
|
class |
InstallSnapshotOp
Carries a
InstallSnapshot RPC from a Raft group leader to a follower |
class |
PreVoteRequestOp
Carries a
PreVoteRequest RPC from a Raft candidate to a follower |
class |
PreVoteResponseOp
Carries a
PreVoteResponse from a Raft follower to a candidate |
class |
VoteRequestOp
Carries a
VoteRequest RPC from a Raft candidate to a follower |
class |
VoteResponseOp
Carries a
VoteResponse from a Raft follower to a candidate |
Modifier and Type | Class and Description |
---|---|
class |
CreateRaftNodeOp
On creation of a new Raft group or a membership change in an existing Raft
group, this operation is sent to the new members of the Raft group to
initiate the
RaftNode on the new member. |
class |
DestroyRaftNodesOp
When a Raft group is destroyed, its members terminate their internal
RaftNode instances. |
class |
PublishActiveCPMembersOp
CP members use this operation to broadcast their current active CP member
list to the AP Hazelcast members.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.