Uses of Interface
com.google.common.util.concurrent.CycleDetectingLockFactory.Policy

Packages that use CycleDetectingLockFactory.Policy
com.google.common.util.concurrent Concurrency utilities. 
 

Uses of CycleDetectingLockFactory.Policy in com.google.common.util.concurrent
 

Classes in com.google.common.util.concurrent that implement CycleDetectingLockFactory.Policy
static class CycleDetectingLockFactory.Policies
          Pre-defined CycleDetectingLockFactory.Policy implementations.
 

Methods in com.google.common.util.concurrent with parameters of type CycleDetectingLockFactory.Policy
static 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 a CycleDetectingLockFactory.WithExplicitOrdering<E>.
 



Copyright © 2010-2012. All Rights Reserved.