Package io.deephaven.util.locks
Interface AwareFunctionalLock
- All Superinterfaces:
AwareLock
,FunctionalLock
,Lock
-
Method Summary
Methods inherited from interface io.deephaven.util.locks.AwareLock
isHeldByCurrentThread
Methods inherited from interface io.deephaven.util.locks.FunctionalLock
computeLocked, computeLockedInterruptibly, doLocked, doLockedInterruptibly, lockCloseable, lockInterruptiblyCloseable, testLocked
Methods inherited from interface java.util.concurrent.locks.Lock
lock, lockInterruptibly, newCondition, tryLock, tryLock, unlock