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 classCycleDetectingLockFactory.WithExplicitOrdering<E extends Enum<E>>ACycleDetectingLockFactory.WithExplicitOrderingprovides the additional enforcement of an application-specified ordering of lock acquisitions.Methods in dev.mccue.guava.concurrent that return CycleDetectingLockFactoryModifier and TypeMethodDescriptionstatic CycleDetectingLockFactoryCycleDetectingLockFactory.newInstance(CycleDetectingLockFactory.Policy policy) Creates a new factory with the specified policy.