| Package | Description | 
|---|---|
| com.hazelcast.client | |
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| com.hazelcast.jmx | 
 Contains Hazelcast MBean classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ISemaphore | 
HazelcastClient.getSemaphore(String name)  | 
ISemaphore | 
HazelcastClientProxy.getSemaphore(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
ISemaphore | 
HazelcastInstance.getSemaphore(String name)
Creates cluster-wide semaphore. 
 | 
| Constructor and Description | 
|---|
SemaphoreMBean(ISemaphore managedObject,
              ManagementService service)  | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.