Uses of Enum Class
org.eclipse.jetty.util.ConcurrentPool.StrategyType
-
Uses of ConcurrentPool.StrategyType in org.eclipse.jetty.util
Modifier 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.ModifierConstructorDescriptionConcurrentPool
(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.