Uses of Interface
com.google.common.util.concurrent.CycleDetectingLockFactory.Policy
-
Uses of CycleDetectingLockFactory.Policy in com.google.common.util.concurrent
Modifier and TypeClassDescriptionstatic enum
Pre-definedCycleDetectingLockFactory.Policy
implementations.Modifier and TypeMethodDescriptionstatic CycleDetectingLockFactory
CycleDetectingLockFactory.newInstance
(CycleDetectingLockFactory.Policy policy) Creates a new factory with the specified policy.static <E extends Enum<E>>
CycleDetectingLockFactory.WithExplicitOrdering<E> CycleDetectingLockFactory.newInstanceWithExplicitOrdering
(Class<E> enumClass, CycleDetectingLockFactory.Policy policy) Creates aCycleDetectingLockFactory.WithExplicitOrdering<E>
.