| Package | Description |
|---|---|
| org.apache.commons.jcs3.utils.threadpool |
| Modifier and Type | Method and Description |
|---|---|
PoolConfiguration.WhenBlockedPolicy |
PoolConfiguration.getWhenBlockedPolicy() |
static PoolConfiguration.WhenBlockedPolicy |
PoolConfiguration.WhenBlockedPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PoolConfiguration.WhenBlockedPolicy[] |
PoolConfiguration.WhenBlockedPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PoolConfiguration.setWhenBlockedPolicy(PoolConfiguration.WhenBlockedPolicy whenBlockedPolicy) |
| Constructor and Description |
|---|
PoolConfiguration(boolean useBoundary,
int boundarySize,
int maximumPoolSize,
int minimumPoolSize,
int keepAliveTime,
PoolConfiguration.WhenBlockedPolicy whenBlockedPolicy,
int startUpSize)
Construct a completely configured instance.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.