See: Description
Class | Description |
---|---|
AddCPMemberOp |
A
RaftOp that adds a new CP member to the CP subsystem. |
CompleteDestroyRaftGroupsOp |
Marks the given Raft groups as
CPGroup.CPGroupStatus.DESTROYED
and notifies its CP members |
CompleteRaftGroupMembershipChangesOp |
Commits the given successfully-applied membership changes to the Metadata
Raft group.
|
CreateRaftGroupOp |
Creates a new Raft group with the given name and the members and returns
its ID.
|
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. |
DestroyRaftNodesOp |
When a Raft group is destroyed, its members terminate their internal
RaftNode instances. |
ForceDestroyRaftGroupOp |
If a Raft node loses its majority completely, its remaining members cannot
leave the CP subsystem gracefully.
|
GetActiveCPMembersOp |
Returns the current active CP members in the Metadata group.
|
GetActiveRaftGroupByNameOp |
Returns an active CP group by its name
|
GetActiveRaftGroupIdsOp |
Returns ids of the active Raft groups.
|
GetDestroyingRaftGroupIdsOp |
Returns ids of the Raft groups that are currently being destroyed.
|
GetMembershipChangeScheduleOp |
Returns the list of pending membership changes that will be orchestrated by
the leader node of the Metadata group.
|
GetRaftGroupIdsOp |
Returns ids of the Raft groups.
|
GetRaftGroupOp |
Returns information about the queried Raft group.
|
InitMetadataRaftGroupOp |
Used during cluster startup by CP members to commit their CP member list
to the Metadata group.
|
MetadataRaftGroupOp |
Base class for the
RaftOp impls that are committed to the Metadata group. |
PublishActiveCPMembersOp |
CP members use this operation to broadcast their current active CP member
list to the AP Hazelcast members.
|
RaftServicePreJoinOp |
If the CP subsystem discovery process is completed, new Hazelcast nodes
skip the discovery step.
|
RemoveCPMemberOp |
When a CP member is shutting down gracefully, or a crashed CP member is
removed from the CP subsystem via
RaftService.removeCPMember(String) , this operation is
committed to the Metadata Raft group. |
TriggerDestroyRaftGroupOp |
Initiates the destroy process for the given Raft group.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.