Uses of Interface
com.hazelcast.cp.CPMember
Packages that use CPMember
Package
Description
Contains public APIs of CP Subsystem
Contains definitions of CP Subsystem events and listeners.
-
Uses of CPMember in com.hazelcast.cp
Methods in com.hazelcast.cp that return CPMemberModifier 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.Methods in com.hazelcast.cp that return types with arguments of type CPMemberModifier 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 groupMethods in com.hazelcast.cp with parameters of type CPMemberConstructors in com.hazelcast.cp with parameters of type CPMemberModifierConstructorDescriptionCreates an instance of aGroupInfo
record class.Constructor parameters in com.hazelcast.cp with type arguments of type CPMember -
Uses of CPMember in com.hazelcast.cp.event
Methods in com.hazelcast.cp.event that return CPMemberModifier and TypeMethodDescriptionCPMembershipEvent.getMember()
Returns the CPMember that is added to or removed from CP Subsystem.Methods in com.hazelcast.cp.event that return types with arguments of type CPMemberModifier and TypeMethodDescriptionCPGroupAvailabilityEvent.getGroupMembers()
Returns the current members of the CP group.CPGroupAvailabilityEvent.getUnavailableMembers()
Returns the unavailable members of the CP group.