Package | Description |
---|---|
org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
Modifier and Type | Method and Description |
---|---|
static Pool.StrategyType |
Pool.StrategyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Pool.StrategyType[] |
Pool.StrategyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Pool(Pool.StrategyType strategyType,
int maxEntries)
Construct a Pool with a specified lookup strategy and no
ThreadLocal cache. |
Pool(Pool.StrategyType strategyType,
int maxEntries,
boolean cache)
Construct a Pool with the specified thread-local cache size and
an optional
ThreadLocal cache. |
Copyright © 1995–2021 Webtide. All rights reserved.