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 |
---|---|
ISemaphore |
HazelcastClientProxy.getSemaphore(String name) |
ISemaphore |
HazelcastClient.getSemaphore(String name) |
Modifier and Type | Method and Description |
---|---|
ISemaphore |
HazelcastInstance.getSemaphore(String name)
Creates cluster-wide semaphore.
|
Modifier and Type | Method and Description |
---|---|
ISemaphore |
HazelcastConnectionImpl.getSemaphore(String name) |
ISemaphore |
HazelcastConnection.getSemaphore(String name) |
Constructor and Description |
---|
SemaphoreMBean(ISemaphore managedObject,
ManagementService service) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.