Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.jmx |
Contains Hazelcast MBean classes.
|
Modifier and Type | Method and Description |
---|---|
ILock |
HazelcastClientProxy.getLock(Object key) |
ILock |
HazelcastClient.getLock(Object key)
Deprecated.
|
ILock |
HazelcastClientProxy.getLock(String key) |
ILock |
HazelcastClient.getLock(String key) |
Modifier and Type | Method and Description |
---|---|
ILock |
HazelcastInstance.getLock(Object key)
Deprecated.
will be removed in Hazelcast 3.2. Use
HazelcastInstance.getLock(String) instead. |
ILock |
HazelcastInstance.getLock(String key)
Returns the distributed lock instance for the specified key object.
|
Constructor and Description |
---|
LockMBean(ILock managedObject,
ManagementService service) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.