Uses of Class
com.google.common.util.concurrent.CycleDetectingLockFactory
- 
Packages that use CycleDetectingLockFactory Package Description com.google.common.util.concurrent Concurrency utilities.
- 
- 
Uses of CycleDetectingLockFactory in com.google.common.util.concurrentSubclasses of CycleDetectingLockFactory in com.google.common.util.concurrent Modifier and Type Class Description static classCycleDetectingLockFactory.WithExplicitOrdering<E extends java.lang.Enum<E>>ACycleDetectingLockFactory.WithExplicitOrderingprovides the additional enforcement of an application-specified ordering of lock acquisitions.Methods in com.google.common.util.concurrent that return CycleDetectingLockFactory Modifier and Type Method Description static CycleDetectingLockFactoryCycleDetectingLockFactory. newInstance(CycleDetectingLockFactory.Policy policy)Creates a new factory with the specified policy.
 
-