Package | Description |
---|---|
org.apache.commons.pool.impl |
Object pooling API implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericKeyedObjectPool.setConfig(GenericKeyedObjectPool.Config conf)
Sets the configuration.
|
Constructor and Description |
---|
GenericKeyedObjectPool(KeyedPoolableObjectFactory<K,V> factory,
GenericKeyedObjectPool.Config config)
Create a new
GenericKeyedObjectPool using the specified values. |
GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K,V> factory,
GenericKeyedObjectPool.Config config)
Create a new GenericKeyedObjectPoolFactory.
|
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.