| Package | Description |
|---|---|
| com.google.common.util.concurrent |
Concurrency utilities.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
CycleDetectingLockFactory.CycleDetectingReentrantLock |
(package private) class |
CycleDetectingLockFactory.CycleDetectingReentrantReadWriteLock |
| Modifier and Type | Method and Description |
|---|---|
private void |
CycleDetectingLockFactory.aboutToAcquire(CycleDetectingLockFactory.CycleDetectingLock lock)
CycleDetectingLock implementations must call this method before attempting to acquire the lock.
|
private static void |
CycleDetectingLockFactory.lockStateChanged(CycleDetectingLockFactory.CycleDetectingLock lock)
CycleDetectingLock implementations must call this method in a
finally clause after any
attempt to change the lock state, including both lock and unlock attempts. |