| Package | Description |
|---|---|
| com.hazelcast.client.cp.internal |
Contains client-side impl classes of the CP subsystem
|
| com.hazelcast.cp |
Contains public APIs of CP Subsystem
|
| com.hazelcast.cp.internal |
Contains implementation of CP Subsystem
|
| com.hazelcast.cp.internal.datastructures.countdownlatch |
Contains service classes for the Raft-based
ICountDownLatch implementation |
| com.hazelcast.cp.internal.datastructures.countdownlatch.proxy |
Contains
IAtomicLong functionality
based on the Raft algorithm. |
| 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 |
CPSubsystem.getCountDownLatch(String name)
Returns a proxy for an
ICountDownLatch instance created on
CP Subsystem. |
| Modifier and Type | Method and Description |
|---|---|
ICountDownLatch |
CPSubsystemImpl.getCountDownLatch(String name) |
| Modifier and Type | Method and Description |
|---|---|
ICountDownLatch |
CountDownLatchService.createProxy(String proxyName) |
| Modifier and Type | Class and Description |
|---|---|
class |
CountDownLatchProxy
Server-side Raft-based proxy implementation of
ICountDownLatch |
| Constructor and Description |
|---|
CountDownLatchMBean(ICountDownLatch managedObject,
ManagementService service) |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.