Uses of Interface
com.hazelcast.cp.CPMember
Package
Description
Contains public APIs of CP Subsystem
Contains definitions of CP Subsystem events and listeners.
-
Uses of CPMember in com.hazelcast.cp
Modifier and TypeMethodDescriptionCPSubsystem.getLocalCPMember()
Returns the local CP member if this Hazelcast member is part of CP Subsystem, returns null otherwise.CPSubsystemManagementService.getLocalCPMember()
Returns the local CP member if this Hazelcast member is part of CP Subsystem, returns null otherwise.CPSubsystemStubImpl.getLocalCPMember()
CPGroupsSnapshot.GroupInfo.leader()
Returns the value of theleader
record component.Modifier and TypeMethodDescriptionCPGroupsSnapshot.GroupInfo.followers()
Returns the value of thefollowers
record component.CPSubsystemManagementService.getCPMembers()
Returns the current list of CP membersCPGroup.members()
Returns current members of the CP groupModifierConstructorDescriptionCreates an instance of aGroupInfo
record class. -
Uses of CPMember in com.hazelcast.cp.event
Modifier and TypeMethodDescriptionCPMembershipEvent.getMember()
Returns the CPMember that is added to or removed from CP Subsystem.Modifier and TypeMethodDescriptionCPGroupAvailabilityEvent.getGroupMembers()
Returns the current members of the CP group.CPGroupAvailabilityEvent.getUnavailableMembers()
Returns the unavailable members of the CP group.