| Package | Description | 
|---|---|
| com.hazelcast.client.impl | 
 Contains most of the client side HazelcastInstance implementation functionality. 
 | 
| com.hazelcast.client.proxy | 
 This package contains client side proxy implementations of the different Hazelcast data structures
 and operation types 
 | 
| com.hazelcast.concurrent.lock | |
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| com.hazelcast.instance | 
 This package contains Hazelcast Instance functionality. 
 | 
| com.hazelcast.internal.jmx | 
 Contains Hazelcast management bean classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ILock | 
HazelcastClientInstanceImpl.getLock(String key)  | 
ILock | 
HazelcastClientProxy.getLock(String key)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClientLockProxy
Proxy implementation of  
ILock. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LockProxy  | 
| Modifier and Type | Method and Description | 
|---|---|
ILock | 
HazelcastInstance.getLock(String key)
Returns the distributed lock instance for the specified key object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ILock | 
HazelcastInstanceImpl.getLock(String key)  | 
ILock | 
HazelcastInstanceProxy.getLock(String key)  | 
| Constructor and Description | 
|---|
LockMBean(ILock managedObject,
         ManagementService service)  | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.