Uses of Interface
com.hazelcast.cp.CPGroupId
Package
Description
Contains public APIs of CP Subsystem
Contains definitions of CP Subsystem events and listeners.
Contains exceptions that can be thrown by APIs of CP Subsystem
Contains locking APIs of CP Subsystem
-
Uses of CPGroupId in com.hazelcast.cp
Modifier and TypeMethodDescriptionCPObjectInfo.groupId()
Id of the group this object belongs toCPGroup.id()
Returns unique id of the CP groupModifier and TypeMethodDescriptionCPSubsystem.getCPGroupIds()
Returns all active CP group ids.CPSubsystemManagementService.getCPGroupIds()
Returns all active CP group ids.Modifier and TypeMethodDescriptionCPSubsystem.getObjectInfos
(CPGroupId groupId, String serviceName) Returns info about all objects of given type within the given groupCPSubsystem.getTombstoneInfos
(CPGroupId groupId, String serviceName) Returns info about all tombstones of given type within the given group -
Uses of CPGroupId in com.hazelcast.cp.event
Modifier and TypeMethodDescriptionCPGroupAvailabilityEvent.getGroupId()
Returns the id of the related CP group. -
Uses of CPGroupId in com.hazelcast.cp.exception
ModifierConstructorDescriptionCPGroupDestroyedException
(CPGroupId groupId) NotLeaderException
(CPGroupId groupId, com.hazelcast.cp.internal.raft.impl.RaftEndpoint local, com.hazelcast.cp.internal.raft.impl.RaftEndpoint leader) -
Uses of CPGroupId in com.hazelcast.cp.lock
Modifier and TypeMethodDescriptionFencedLock.getGroupId()
Returns id of the CP group that runs thisFencedLock
instance