Uses of Interface
com.hazelcast.core.ICountDownLatch

Packages that use ICountDownLatch
com.hazelcast.client   
com.hazelcast.core   
com.hazelcast.jmx The com.hazelcast.jmx package contains MBeans and a ManagementService for JMX management JMX support in Hazelcast. 
 

Uses of ICountDownLatch in com.hazelcast.client
 

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

Uses of ICountDownLatch in com.hazelcast.core
 

Methods in com.hazelcast.core that return ICountDownLatch
static ICountDownLatch Hazelcast.getCountDownLatch(String name)
          Creates a cluster-wide CountDownLatch.
 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 managementService)
           
 



Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.