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.Methods in com.hazelcast.cp that return types with arguments of type CPMemberModifier and TypeMethodDescriptionCPSubsystemManagementService.getCPMembers()
Returns the current list of CP membersCPGroup.members()
Returns current members of the CP group -
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.