Constructor and Description |
---|
LockInfoImpl(ActiveLock activeLock,
NodeId nodeId,
Set<String> sessionLockTokens) |
Modifier and Type | Method and Description |
---|---|
String |
getLockToken()
Returns the lock token for this lock or
null if the token
should not be exposed to the API user. |
NodeId |
getNodeId()
Returns the
NodeId of the lock-holding Node. |
String |
getOwner()
Returns the user ID of the user who owns this lock or some user defined
information about the lock owner.
|
long |
getSecondsRemaining()
Returns the seconds remaining until the lock times out or
(
Long.MAX_VALUE if the timeout is unknown or infinite). |
boolean |
isDeep()
Returns true if the Lock is deep.
|
boolean |
isLockOwner()
Returns
true if the SessionInfo used to
retrieve this LockInfo is the lock holder and thus enabled
to refresh or release the lock. |
boolean |
isSessionScoped()
Returns true if the Lock is session scoped.
|
public LockInfoImpl(ActiveLock activeLock, NodeId nodeId, Set<String> sessionLockTokens)
public String getLockToken()
LockInfo
null
if the token
should not be exposed to the API user.getLockToken
in interface LockInfo
null
Lock.getLockToken()
public String getOwner()
LockInfo
getOwner
in interface LockInfo
Lock.getLockOwner()
public boolean isDeep()
LockInfo
isDeep
in interface LockInfo
Lock.isDeep()
public boolean isSessionScoped()
LockInfo
isSessionScoped
in interface LockInfo
Lock.isSessionScoped()
public long getSecondsRemaining()
LockInfo
Long.MAX_VALUE
if the timeout is unknown or infinite).getSecondsRemaining
in interface LockInfo
Lock.getSecondsRemaining()
public boolean isLockOwner()
LockInfo
true
if the SessionInfo
used to
retrieve this LockInfo
is the lock holder and thus enabled
to refresh or release the lock.isLockOwner
in interface LockInfo
true
if the SessionInfo
used to
retrieve this LockInfo
is the lock holder.Lock.isLockOwningSession()
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.