| Package | Description | 
|---|---|
| com.hazelcast.client.impl.clientside | 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  | ClientLockProxyProxy implementation of  ILock. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LockProxy | 
| Modifier and Type | Method and Description | 
|---|---|
| ILock | HazelcastInstance. getLock(String key)Deprecated. 
 This implementation may lose strong consistency in case of network failures
 or server failures. Please use  CPSubsystem.getLock(String)instead.
 This method will be removed in Hazelcast 4.0. | 
| 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 © 2022 Hazelcast, Inc.. All Rights Reserved.