Package | Description |
---|---|
org.apache.commons.pool2.impl |
Object pooling API implementations.
|
Modifier and Type | Method and Description |
---|---|
GenericObjectPoolConfig<T> |
GenericObjectPoolConfig.clone() |
Modifier and Type | Method and Description |
---|---|
void |
GenericObjectPool.setConfig(GenericObjectPoolConfig<T> conf)
Sets the base pool configuration.
|
Constructor and Description |
---|
GenericObjectPool(PooledObjectFactory<T> factory,
GenericObjectPoolConfig<T> config)
Creates a new
GenericObjectPool using a specific
configuration. |
GenericObjectPool(PooledObjectFactory<T> factory,
GenericObjectPoolConfig<T> config,
AbandonedConfig abandonedConfig)
Creates a new
GenericObjectPool that tracks and destroys
objects that are checked out, but never returned to the pool. |
Copyright © 2001–2024 The Apache Software Foundation. All rights reserved.