public interface LockResource
| Modifier and Type | Method and Description | 
|---|---|
| long | getAcquireTime() | 
| long | getExpirationTime() | 
| Data | getKey() | 
| int | getLockCount() | 
| String | getOwner() | 
| long | getRemainingLeaseTime() | 
| long | getThreadId() | 
| int | getVersion() | 
| boolean | isLocked() | 
| boolean | isLockedBy(String owner,
          long threadId) | 
| boolean | isTransactional() | 
Data getKey()
boolean isLocked()
boolean isLockedBy(String owner, long threadId)
String getOwner()
boolean isTransactional()
long getThreadId()
int getLockCount()
long getAcquireTime()
long getRemainingLeaseTime()
long getExpirationTime()
int getVersion()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.