Enum Class ConcurrentPool.StrategyType

java.lang.Object
java.lang.Enum<ConcurrentPool.StrategyType>
org.eclipse.jetty.util.ConcurrentPool.StrategyType
All Implemented Interfaces:
Serializable, Comparable<ConcurrentPool.StrategyType>, Constable
Enclosing class:
ConcurrentPool<P>

public static enum ConcurrentPool.StrategyType extends Enum<ConcurrentPool.StrategyType>
The type of the strategy to use for the pool. The strategy primarily determines where iteration over the pool entries begins.