Uses of Interface
com.hazelcast.cp.CPGroupId
Packages that use 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
Methods in com.hazelcast.cp that return CPGroupIdModifier and TypeMethodDescriptionCPObjectInfo.groupId()
Id of the group this object belongs toCPGroup.id()
Returns unique id of the CP groupMethods in com.hazelcast.cp that return types with arguments of type CPGroupIdModifier and TypeMethodDescriptionCPGroupsSnapshot.getAllGroupInformation()
CPSubsystem.getCPGroupIds()
Returns all active CP group ids.CPSubsystemManagementService.getCPGroupIds()
Returns all active CP group ids.CPSubsystemStubImpl.getCPGroupIds()
Methods in com.hazelcast.cp with parameters of type CPGroupIdModifier and TypeMethodDescriptionCPSubsystem.getObjectInfos
(CPGroupId groupId, String serviceName) Returns info about all objects of given type within the given groupCPSubsystemStubImpl.getObjectInfos
(CPGroupId groupId, String serviceName) CPSubsystem.getTombstoneInfos
(CPGroupId groupId, String serviceName) Returns info about all tombstones of given type within the given groupCPSubsystemStubImpl.getTombstoneInfos
(CPGroupId groupId, String serviceName) Constructor parameters in com.hazelcast.cp with type arguments of type CPGroupIdModifierConstructorDescriptionCPGroupsSnapshot
(Map<CPGroupId, CPGroupsSnapshot.GroupInfo> groupIdToInfo) Create a newCPGroupsSnapshot
without any CP to AP UUID mapping.CPGroupsSnapshot
(Map<CPGroupId, CPGroupsSnapshot.GroupInfo> groupIdToInfo, Map<UUID, UUID> cpToApUuids) Create a newCPGroupsSnapshot
with included CP to AP UUID mapping. -
Uses of CPGroupId in com.hazelcast.cp.event
Methods in com.hazelcast.cp.event that return CPGroupIdModifier and TypeMethodDescriptionCPGroupAvailabilityEvent.getGroupId()
Returns the id of the related CP group. -
Uses of CPGroupId in com.hazelcast.cp.exception
Methods in com.hazelcast.cp.exception that return CPGroupIdConstructors in com.hazelcast.cp.exception with parameters of type CPGroupIdModifierConstructorDescriptionCPGroupDestroyedException
(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
Methods in com.hazelcast.cp.lock that return CPGroupIdModifier and TypeMethodDescriptionFencedLock.getGroupId()
Returns id of the CP group that runs thisFencedLock
instance