Uses of Interface
com.hazelcast.core.ICountDownLatch

Packages that use ICountDownLatch
com.hazelcast.client   
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.jmx Contains Hazelcast MBean classes. 
 

Uses of ICountDownLatch in com.hazelcast.client
 

Methods in com.hazelcast.client that return ICountDownLatch
 ICountDownLatch HazelcastClientProxy.getCountDownLatch(String name)
           
 ICountDownLatch HazelcastClient.getCountDownLatch(String name)
           
 

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.jmx
 

Constructors in com.hazelcast.jmx with parameters of type ICountDownLatch
CountDownLatchMBean(ICountDownLatch managedObject, ManagementService service)
           
 



Copyright © 2013 Hazelcast, Inc.. All Rights Reserved.