Package com.hazelcast.cp
package com.hazelcast.cp
Contains public APIs of CP Subsystem
-
ClassDescriptionContains information about a CP group.Represents status of a CP groupIdentifier for CP groups.Represents an immutable snapshot of the current CP groups view from 1 member of the Hazelcast cluster.CPMap<K,
V> CPMap is a key-value store within CP.A CP member is a Hazelcast member that is internally elected to be part of theCPSubsystem
, hence maintain CP data structures.Info (name, serviceName, group) about a CP objectCP Subsystem is a component of Hazelcast that builds a strongly consistent layer for a set of distributed data structures.This interface offers APIs for managing CP members and groups.IAtomicLong is a redundant and highly available distributed alternative to theAtomicLong
.IAtomicReference is a redundant and highly available distributed alternative to theAtomicReference
.ICountDownLatch is a backed-up distributed alternative to thejava.util.concurrent.CountDownLatch
.ISemaphore is a fault-tolerant distributed alternative to theSemaphore
.