Uses of Class
dev.mccue.guava.concurrent.CycleDetectingLockFactory
-
Uses of CycleDetectingLockFactory in dev.mccue.guava.concurrent
Subclasses of CycleDetectingLockFactory in dev.mccue.guava.concurrentModifier and TypeClassDescriptionstatic final class
CycleDetectingLockFactory.WithExplicitOrdering<E extends Enum<E>>
ACycleDetectingLockFactory.WithExplicitOrdering
provides the additional enforcement of an application-specified ordering of lock acquisitions.Methods in dev.mccue.guava.concurrent that return CycleDetectingLockFactoryModifier and TypeMethodDescriptionstatic CycleDetectingLockFactory
CycleDetectingLockFactory.newInstance
(CycleDetectingLockFactory.Policy policy) Creates a new factory with the specified policy.