Instance.InstanceType| Constructor and Description |
|---|
LockClientProxy(Object object,
HazelcastClient client) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
boolean |
equals(Object o) |
void |
forceUnlock() |
Object |
getId() |
Instance.InstanceType |
getInstanceType() |
LocalLockStats |
getLocalLockStats() |
Object |
getLockObject() |
int |
hashCode() |
boolean |
isLocked() |
void |
lock() |
void |
lockInterruptibly() |
Condition |
newCondition() |
boolean |
tryLock() |
boolean |
tryLock(long time,
TimeUnit timeunit) |
void |
unlock() |
public LockClientProxy(Object object, HazelcastClient client)
public Object getLockObject()
getLockObject in interface ILockpublic void lockInterruptibly()
throws InterruptedException
lockInterruptibly in interface LockInterruptedExceptionpublic boolean tryLock(long time,
TimeUnit timeunit)
public void forceUnlock()
forceUnlock in interface ILockpublic Condition newCondition()
newCondition in interface Lockpublic Instance.InstanceType getInstanceType()
getInstanceType in interface Instancepublic LocalLockStats getLocalLockStats()
getLocalLockStats in interface ILockCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.