| 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 |
SemaphoreClientProxy |
| Modifier and Type | Method and Description |
|---|---|
ISemaphore |
HazelcastClient.getSemaphore(String name) |
| Modifier and Type | Method and Description |
|---|---|
static ISemaphore |
Hazelcast.getSemaphore(String name)
Deprecated.
as of version 2.2
|
ISemaphore |
HazelcastInstance.getSemaphore(String name)
Creates cluster-wide semaphore.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SemaphoreProxy |
| Modifier and Type | Class and Description |
|---|---|
class |
SemaphoreProxyImpl |
| Modifier and Type | Method and Description |
|---|---|
ISemaphore |
FactoryImpl.getSemaphore(String name) |
ISemaphore |
FactoryImpl.HazelcastInstanceProxy.getSemaphore(String name) |
| Constructor and Description |
|---|
SemaphoreMBean(ISemaphore managedObject,
ManagementService managementService) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.