Package | Description |
---|---|
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.instance |
This package contains Hazelcast Instance functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientCountDownLatchProxy
Proxy implementation of
ICountDownLatch . |
Modifier and Type | Class and Description |
---|---|
class |
CountDownLatchProxy |
Modifier and Type | Method and Description |
---|---|
ICountDownLatch |
HazelcastInstance.getCountDownLatch(String name)
Creates cluster-wide CountDownLatch.
|
Modifier and Type | Method and Description |
---|---|
ICountDownLatch |
HazelcastInstanceProxy.getCountDownLatch(String name) |
ICountDownLatch |
HazelcastInstanceImpl.getCountDownLatch(String name) |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.