Package | Description |
---|---|
org.apache.commons.pool2.impl |
Object pooling API implementations.
|
Modifier and Type | Method and Description |
---|---|
GenericKeyedObjectPoolConfig |
GenericKeyedObjectPoolConfig.clone() |
Modifier and Type | Method and Description |
---|---|
void |
GenericKeyedObjectPool.setConfig(GenericKeyedObjectPoolConfig conf)
Sets the configuration.
|
Constructor and Description |
---|
GenericKeyedObjectPool(KeyedPooledObjectFactory<K,T> factory,
GenericKeyedObjectPoolConfig config)
Create a new
GenericKeyedObjectPool using a specific
configuration. |
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.