Package com.hazelcast.cp
Contains public APIs of CP Subsystem
-
Interface Summary Interface Description CPGroup Contains information about a CP group.CPGroupId Identifier for CP groups.CPMap<K,V> CPMap is a key-value store within CP.CPMember A CP member is a Hazelcast member that is internally elected to be part of theCPSubsystem
, hence maintain CP data structures.CPSubsystem CP Subsystem is a component of Hazelcast that builds a strongly consistent layer for a set of distributed data structures.CPSubsystemManagementService This interface offers APIs for managing CP members and groups.IAtomicLong IAtomicLong is a redundant and highly available distributed alternative to theAtomicLong
.IAtomicReference<E> IAtomicReference is a redundant and highly available distributed alternative to theAtomicReference
.ICountDownLatch ICountDownLatch is a backed-up distributed alternative to thejava.util.concurrent.CountDownLatch
.ISemaphore ISemaphore is a fault-tolerant distributed alternative to theSemaphore
. -
Enum Summary Enum Description CPGroup.CPGroupStatus Represents status of a CP group