|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ICountDownLatch | |
|---|---|
| com.hazelcast.client.impl | 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.instance | This package contains Hazelcast Instance functionality. |
| com.hazelcast.jca | This package contains jca functionality |
| com.hazelcast.jmx | Contains Hazelcast management bean classes. |
| Uses of ICountDownLatch in com.hazelcast.client.impl |
|---|
| Methods in com.hazelcast.client.impl that return ICountDownLatch | |
|---|---|
ICountDownLatch |
HazelcastClientInstanceImpl.getCountDownLatch(String name)
|
ICountDownLatch |
HazelcastClientProxy.getCountDownLatch(String name)
|
| Uses of ICountDownLatch in com.hazelcast.client.proxy |
|---|
| Classes in com.hazelcast.client.proxy that implement ICountDownLatch | |
|---|---|
class |
ClientCountDownLatchProxy
|
| Uses of ICountDownLatch in com.hazelcast.concurrent.countdownlatch |
|---|
| Classes in com.hazelcast.concurrent.countdownlatch that implement ICountDownLatch | |
|---|---|
class |
CountDownLatchProxy
|
| Uses of ICountDownLatch in com.hazelcast.core |
|---|
| Methods in com.hazelcast.core that return ICountDownLatch | |
|---|---|
ICountDownLatch |
HazelcastInstance.getCountDownLatch(String name)
Creates cluster-wide CountDownLatch. |
| Uses of ICountDownLatch in com.hazelcast.instance |
|---|
| Methods in com.hazelcast.instance that return ICountDownLatch | |
|---|---|
ICountDownLatch |
HazelcastInstanceImpl.getCountDownLatch(String name)
|
ICountDownLatch |
HazelcastInstanceProxy.getCountDownLatch(String name)
|
| Uses of ICountDownLatch in com.hazelcast.jca |
|---|
| Methods in com.hazelcast.jca that return ICountDownLatch | |
|---|---|
ICountDownLatch |
HazelcastConnectionImpl.getCountDownLatch(String name)
|
| Uses of ICountDownLatch in com.hazelcast.jmx |
|---|
| Constructors in com.hazelcast.jmx with parameters of type ICountDownLatch | |
|---|---|
CountDownLatchMBean(ICountDownLatch managedObject,
ManagementService service)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||