Package | Description |
---|---|
com.hazelcast.client | |
com.hazelcast.core | |
com.hazelcast.impl | |
com.hazelcast.jmx |
The com.hazelcast.jmx package contains MBeans and a ManagementService for JMX management JMX support in Hazelcast.
|
Modifier and Type | Class and Description |
---|---|
class |
CountDownLatchClientProxy |
Modifier and Type | Method and Description |
---|---|
ICountDownLatch |
HazelcastClient.getCountDownLatch(String name) |
Modifier and Type | Method and Description |
---|---|
ICountDownLatch |
HazelcastInstance.getCountDownLatch(String name)
Creates cluster-wide CountDownLatch.
|
static ICountDownLatch |
Hazelcast.getCountDownLatch(String name)
Deprecated.
as of version 2.2
|
Modifier and Type | Interface and Description |
---|---|
interface |
CountDownLatchProxy |
Modifier and Type | Class and Description |
---|---|
class |
CountDownLatchProxyImpl |
Modifier and Type | Method and Description |
---|---|
ICountDownLatch |
FactoryImpl.getCountDownLatch(String name) |
ICountDownLatch |
FactoryImpl.HazelcastInstanceProxy.getCountDownLatch(String name) |
Constructor and Description |
---|
CountDownLatchMBean(ICountDownLatch managedObject,
ManagementService managementService) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.