Uses of Interface
com.google.common.util.concurrent.CycleDetectingLockFactory.CycleDetectingLock
Packages that use CycleDetectingLockFactory.CycleDetectingLock
-
Uses of CycleDetectingLockFactory.CycleDetectingLock in com.google.common.util.concurrent
Classes in com.google.common.util.concurrent that implement CycleDetectingLockFactory.CycleDetectingLockModifier and TypeClassDescription(package private) final class
(package private) final class
Methods in com.google.common.util.concurrent with parameters of type CycleDetectingLockFactory.CycleDetectingLockModifier and TypeMethodDescriptionprivate 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.