@InterfaceAudience.Private
public interface LockStatus
| Modifier and Type | Method and Description |
|---|---|
Procedure<?> |
getExclusiveLockOwnerProcedure() |
long |
getExclusiveLockProcIdOwner() |
int |
getSharedLockCount() |
boolean |
hasExclusiveLock() |
boolean |
hasLockAccess(Procedure proc) |
boolean |
hasParentLock(Procedure proc) |
boolean |
isLocked() |
boolean |
isLockOwner(long procId) |
boolean isLocked()
boolean hasExclusiveLock()
boolean isLockOwner(long procId)
boolean hasParentLock(Procedure proc)
boolean hasLockAccess(Procedure proc)
Procedure<?> getExclusiveLockOwnerProcedure()
long getExclusiveLockProcIdOwner()
int getSharedLockCount()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.