Uses of Enum Class
org.eclipse.jetty.util.ConcurrentPool.StrategyType
Packages that use ConcurrentPool.StrategyType
-
Uses of ConcurrentPool.StrategyType in org.eclipse.jetty.util
Subclasses with type arguments of type ConcurrentPool.StrategyType in org.eclipse.jetty.utilModifier and TypeClassDescriptionstatic enum
The type of the strategy to use for the pool.Methods in org.eclipse.jetty.util that return ConcurrentPool.StrategyTypeModifier and TypeMethodDescriptionstatic ConcurrentPool.StrategyType
Returns the enum constant of this class with the specified name.static ConcurrentPool.StrategyType[]
ConcurrentPool.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 ConcurrentPool.StrategyTypeModifierConstructorDescriptionConcurrentPool
(ConcurrentPool.StrategyType strategyType, int maxSize) Creates an instance with the specified strategy.ConcurrentPool
(ConcurrentPool.StrategyType strategyType, int maxSize, boolean cache) Deprecated, for removal: This API element is subject to removal in a future version.cache is no longer supported.ConcurrentPool
(ConcurrentPool.StrategyType strategyType, int maxSize, boolean cache, ToIntFunction<P> maxMultiplex) Deprecated, for removal: This API element is subject to removal in a future version.cache is no longer supported.ConcurrentPool
(ConcurrentPool.StrategyType strategyType, int maxSize, ToIntFunction<P> maxMultiplex) Creates an instance with the specified strategy.