Uses of Package
com.hazelcast.cp
Package
Description
This package contains classes related to ConsoleApp
Provides core API interfaces/classes.
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
-
ClassDescriptionIAtomicLong is a redundant and highly available distributed alternative to the
AtomicLong
. -
ClassDescriptionCP Subsystem is a component of Hazelcast that builds a strongly consistent layer for a set of distributed data structures.
-
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 is a key-value store within CP.A CP member is a Hazelcast member that is internally elected to be part of the
CPSubsystem
, 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
. -
ClassDescriptionIdentifier for CP groups.A CP member is a Hazelcast member that is internally elected to be part of the
CPSubsystem
, hence maintain CP data structures. -
-