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 |
isLocal() |
boolean |
isLocked() |
boolean |
isLockedBy(String owner,
long threadId) |
boolean |
isTransactional() |
boolean |
shouldBlockReads() |
Data getKey()
boolean isLocked()
boolean isLockedBy(String owner, long threadId)
String getOwner()
boolean isTransactional()
boolean isLocal()
boolean shouldBlockReads()
long getThreadId()
int getLockCount()
long getAcquireTime()
long getRemainingLeaseTime()
long getExpirationTime()
int getVersion()
Copyright © 2018 Hazelcast, Inc.. All rights reserved.