public interface ReadWriteUpdateWithWaitsLockingStrategy extends ReadWriteUpdateLockingStrategy, ReadWriteWithWaitsLockingStrategy
Modifier and Type | Method and Description |
---|---|
<T> boolean |
tryUpgradeUpdateToWriteLockAndDeregisterWait(NativeAtomicAccess<T> access,
T t,
long offset) |
downgradeUpdateToReadLock, downgradeWriteToUpdateLock, isUpdateLocked, tryUpdateLock, tryUpgradeReadToUpdateLock, tryUpgradeUpdateToWriteLock, updateUnlock
deregisterWait, registerWait, resetKeepingWaits, tryUpgradeReadToWriteLockAndDeregisterWait, tryWriteLockAndDeregisterWait, waitCount
downgradeWriteToReadLock, isReadLocked, isWriteLocked, readLockCount, readUnlock, tryReadLock, tryUpgradeReadToWriteLock, tryWriteLock, writeUnlock
getState, isLocked, lockCount, reset, resetState, sizeInBytes, toString, tryLock, unlock
<T> boolean tryUpgradeUpdateToWriteLockAndDeregisterWait(NativeAtomicAccess<T> access, T t, long offset)
Copyright © 2019. All rights reserved.