Package | Description |
---|---|
com.hazelcast.client | |
com.hazelcast.core | |
com.hazelcast.impl | |
com.hazelcast.jmx |
The com.hazelcast.jmx package contains MBeans and a ManagementService for JMX management JMX support in Hazelcast.
|
Modifier and Type | Class and Description |
---|---|
class |
LockClientProxy |
Modifier and Type | Method and Description |
---|---|
ILock |
HazelcastClient.getLock(Object obj) |
Modifier and Type | Method and Description |
---|---|
static ILock |
Hazelcast.getLock(Object key)
Deprecated.
as of version 2.2
|
ILock |
HazelcastInstance.getLock(Object key)
Returns the distributed lock instance for the specified key object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LockProxy |
Modifier and Type | Class and Description |
---|---|
class |
LockProxyImpl |
Modifier and Type | Method and Description |
---|---|
ILock |
FactoryImpl.getLock(Object key) |
ILock |
FactoryImpl.HazelcastInstanceProxy.getLock(Object key) |
Constructor and Description |
---|
LockMBean(ILock lock,
ManagementService managementService) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.