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) classCycleDetectingLockFactory.CycleDetectingReentrantLock(package private) classCycleDetectingLockFactory.CycleDetectingReentrantReadWriteLockMethods in com.google.common.util.concurrent with parameters of type CycleDetectingLockFactory.CycleDetectingLock Modifier and Type Method Description private voidCycleDetectingLockFactory. aboutToAcquire(CycleDetectingLockFactory.CycleDetectingLock lock)CycleDetectingLock implementations must call this method before attempting to acquire the lock.private static voidCycleDetectingLockFactory. lockStateChanged(CycleDetectingLockFactory.CycleDetectingLock lock)CycleDetectingLock implementations must call this method in afinallyclause after any attempt to change the lock state, including both lock and unlock attempts.
-