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 TypeMethodDescriptionCPGroupsSnapshot.GroupInfo.leader()
Returns the value of theleader
record component.Modifier and TypeMethodDescriptionCPGroupsSnapshot.GroupInfo.followers()
Returns the value of thefollowers
record component.CPGroup.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.