Uses of Enum Class
org.eclipse.jetty.util.Pool.StrategyType
Packages that use Pool.StrategyType
-
Uses of Pool.StrategyType in org.eclipse.jetty.util
Fields in org.eclipse.jetty.util declared as Pool.StrategyTypeMethods in org.eclipse.jetty.util that return Pool.StrategyTypeModifier and TypeMethodDescriptionstatic Pool.StrategyType
Returns the enum constant of this class with the specified name.static Pool.StrategyType[]
Pool.StrategyType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.jetty.util with parameters of type Pool.StrategyTypeModifierConstructorDescriptionPool
(Pool.StrategyType strategyType, int maxEntries) Construct a Pool with a specified lookup strategy and noThreadLocal
cache.Pool
(Pool.StrategyType strategyType, int maxEntries, boolean cache) Construct a Pool with the specified thread-local cache size and an optionalThreadLocal
cache.