Uses of Interface
dev.mccue.guava.concurrent.CycleDetectingLockFactory.Policy
-
Uses of CycleDetectingLockFactory.Policy in dev.mccue.guava.concurrent
Classes in dev.mccue.guava.concurrent that implement CycleDetectingLockFactory.PolicyModifier and TypeClassDescriptionstatic enum
Pre-definedCycleDetectingLockFactory.Policy
implementations.Methods in dev.mccue.guava.concurrent with parameters of type CycleDetectingLockFactory.PolicyModifier 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>
.