Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.jca |
This package contains jca functionality
|
com.hazelcast.jmx |
Contains Hazelcast MBean classes.
|
Modifier and Type | Method and Description |
---|---|
ICountDownLatch |
HazelcastClientProxy.getCountDownLatch(String name) |
ICountDownLatch |
HazelcastClient.getCountDownLatch(String name) |
Modifier and Type | Method and Description |
---|---|
ICountDownLatch |
HazelcastInstance.getCountDownLatch(String name)
Creates cluster-wide CountDownLatch.
|
Modifier and Type | Method and Description |
---|---|
ICountDownLatch |
HazelcastConnectionImpl.getCountDownLatch(String name) |
ICountDownLatch |
HazelcastConnection.getCountDownLatch(String name) |
Constructor and Description |
---|
CountDownLatchMBean(ICountDownLatch managedObject,
ManagementService service) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.