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, updateUnlockderegisterWait, registerWait, resetKeepingWaits, tryUpgradeReadToWriteLockAndDeregisterWait, tryWriteLockAndDeregisterWait, waitCountdowngradeWriteToReadLock, isReadLocked, isWriteLocked, readLockCount, readUnlock, tryReadLock, tryUpgradeReadToWriteLock, tryWriteLock, writeUnlockgetState, isLocked, lockCount, reset, resetState, sizeInBytes, toString, tryLock, unlock<T> boolean tryUpgradeUpdateToWriteLockAndDeregisterWait(NativeAtomicAccess<T> access, T t, long offset)
Copyright © 2019. All rights reserved.