| Package | Description | 
|---|---|
| com.hazelcast.client.cp.internal | Contains client-side impl classes of the CP subsystem | 
| com.hazelcast.client.impl.clientside | Contains most of the client side HazelcastInstance implementation functionality. | 
| com.hazelcast.client.proxy | This package contains client side proxy implementations of the different Hazelcast data structures
 and operation types | 
| com.hazelcast.concurrent.countdownlatch | This package contains ICountDownLatch functionality for Hazelcast. The ICountDownLatch is the distributed version of the CountDownLatch. | 
| com.hazelcast.core | Provides core API interfaces/classes. | 
| com.hazelcast.cp | Contains public APIs of the CP subsystem | 
| com.hazelcast.cp.internal | Contains implementation of the CP subsystem | 
| com.hazelcast.cp.internal.datastructures.countdownlatch | Contains service classes for the Raft-based
  ICountDownLatchimplementation | 
| com.hazelcast.cp.internal.datastructures.countdownlatch.proxy | Contains  IAtomicLongfunctionality
 based on the Raft algorithm. | 
| com.hazelcast.instance | This package contains Hazelcast Instance functionality. | 
| com.hazelcast.internal.jmx | Contains Hazelcast management bean classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| ICountDownLatch | CPSubsystemImpl. getCountDownLatch(String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| ICountDownLatch | HazelcastClientInstanceImpl. getCountDownLatch(String name) | 
| ICountDownLatch | HazelcastClientProxy. getCountDownLatch(String name) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientCountDownLatchProxyProxy implementation of  ICountDownLatch. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CountDownLatchProxy | 
| Modifier and Type | Method and Description | 
|---|---|
| ICountDownLatch | HazelcastInstance. getCountDownLatch(String name)Deprecated. 
 This implementation may lose strong consistency in case of network failures
 or server failures. Please use  CPSubsystem.getCountDownLatch(String)instead.
 This method will be removed in Hazelcast 4.0. | 
| Modifier and Type | Method and Description | 
|---|---|
| ICountDownLatch | CPSubsystem. getCountDownLatch(String name)Returns a proxy for an  ICountDownLatchinstance created on
 the CP subsystem. | 
| Modifier and Type | Method and Description | 
|---|---|
| ICountDownLatch | CPSubsystemImpl. getCountDownLatch(String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| ICountDownLatch | RaftCountDownLatchService. createProxy(String proxyName) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RaftCountDownLatchProxyServer-side Raft-based proxy implementation of  ICountDownLatch | 
| Modifier and Type | Method and Description | 
|---|---|
| ICountDownLatch | HazelcastInstanceImpl. getCountDownLatch(String name) | 
| ICountDownLatch | HazelcastInstanceProxy. getCountDownLatch(String name) | 
| Constructor and Description | 
|---|
| CountDownLatchMBean(ICountDownLatch managedObject,
                   ManagementService service) | 
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.