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.jca |
This package contains jca functionality
|
com.hazelcast.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 |
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) |
Modifier and Type | Method and Description |
---|---|
ILock |
HazelcastConnectionImpl.getLock(String key) |
Constructor and Description |
---|
LockMBean(ILock managedObject,
ManagementService service) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.