Uses of Interface
com.google.common.util.concurrent.CycleDetectingLockFactory.CycleDetectingLock
-
Packages that use CycleDetectingLockFactory.CycleDetectingLock Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of CycleDetectingLockFactory.CycleDetectingLock in com.google.common.util.concurrent
Classes in com.google.common.util.concurrent that implement CycleDetectingLockFactory.CycleDetectingLock Modifier and Type Class Description (package private) class
CycleDetectingLockFactory.CycleDetectingReentrantLock
(package private) class
CycleDetectingLockFactory.CycleDetectingReentrantReadWriteLock
Methods in com.google.common.util.concurrent with parameters of type CycleDetectingLockFactory.CycleDetectingLock Modifier and Type Method 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 afinally
clause after any attempt to change the lock state, including both lock and unlock attempts.
-