Enum Pool.StrategyType

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

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