|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILock | |
---|---|
com.hazelcast.client | |
com.hazelcast.core | |
com.hazelcast.jmx | The com.hazelcast.jmx package contains MBeans and a ManagementService for JMX management JMX support in Hazelcast. |
Uses of ILock in com.hazelcast.client |
---|
Methods in com.hazelcast.client that return ILock | |
---|---|
ILock |
HazelcastClient.getLock(Object obj)
|
Uses of ILock in com.hazelcast.core |
---|
Methods in com.hazelcast.core that return ILock | |
---|---|
static ILock |
Hazelcast.getLock(Object key)
Returns the distributed lock instance for the specified key object. |
ILock |
HazelcastInstance.getLock(Object key)
Returns the distributed lock instance for the specified key object. |
Uses of ILock in com.hazelcast.jmx |
---|
Constructors in com.hazelcast.jmx with parameters of type ILock | |
---|---|
LockMBean(ILock lock,
ManagementService managementService)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |