Uses of Class
herddb.utils.LockHandle
-
Packages that use LockHandle Package Description herddb.utils -
-
Uses of LockHandle in herddb.utils
Methods in herddb.utils that return LockHandle Modifier and Type Method Description LockHandleILocalLockManager. acquireReadLockForKey(Bytes key)LockHandleLocalLockManager. acquireReadLockForKey(Bytes key)LockHandleNullLockManager. acquireReadLockForKey(Bytes key)LockHandleILocalLockManager. acquireWriteLockForKey(Bytes key)LockHandleLocalLockManager. acquireWriteLockForKey(Bytes key)LockHandleNullLockManager. acquireWriteLockForKey(Bytes key)Methods in herddb.utils with parameters of type LockHandle Modifier and Type Method Description voidILocalLockManager. releaseLock(LockHandle handle)voidLocalLockManager. releaseLock(LockHandle handle)voidNullLockManager. releaseLock(LockHandle handle)voidILocalLockManager. releaseReadLock(LockHandle handle)voidLocalLockManager. releaseReadLock(LockHandle handle)voidNullLockManager. releaseReadLock(LockHandle handle)voidILocalLockManager. releaseWriteLock(LockHandle handle)voidLocalLockManager. releaseWriteLock(LockHandle handle)voidNullLockManager. releaseWriteLock(LockHandle handle)
-