Uses of Class
com.google.common.util.concurrent.CycleDetectingLockFactory
Packages that use CycleDetectingLockFactory
-
Uses of CycleDetectingLockFactory in com.google.common.util.concurrent
Subclasses of CycleDetectingLockFactory in com.google.common.util.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 com.google.common.util.concurrent that return CycleDetectingLockFactoryModifier and TypeMethodDescriptionstatic CycleDetectingLockFactoryCycleDetectingLockFactory.newInstance(CycleDetectingLockFactory.Policy policy) Creates a new factory with the specified policy.