Uses of Interface
com.google.common.util.concurrent.CycleDetectingLockFactory.Policy
- 
Packages that use CycleDetectingLockFactory.Policy Package Description com.google.common.util.concurrent Concurrency utilities.
- 
- 
Uses of CycleDetectingLockFactory.Policy in com.google.common.util.concurrentClasses in com.google.common.util.concurrent that implement CycleDetectingLockFactory.Policy Modifier and Type Class Description static classCycleDetectingLockFactory.PoliciesPre-definedCycleDetectingLockFactory.Policyimplementations.Methods in com.google.common.util.concurrent with parameters of type CycleDetectingLockFactory.Policy Modifier and Type Method Description static CycleDetectingLockFactoryCycleDetectingLockFactory. newInstance(CycleDetectingLockFactory.Policy policy)Creates a new factory with the specified policy.static <E extends java.lang.Enum<E>>
 CycleDetectingLockFactory.WithExplicitOrdering<E>CycleDetectingLockFactory. newInstanceWithExplicitOrdering(java.lang.Class<E> enumClass, CycleDetectingLockFactory.Policy policy)Creates aCycleDetectingLockFactory.WithExplicitOrdering<E>.
 
-