Uses of Class
org.apache.commons.pool2.impl.GenericKeyedObjectPoolConfig
-
Packages that use GenericKeyedObjectPoolConfig Package Description org.apache.commons.pool2.impl Object pooling API implementations. -
-
Uses of GenericKeyedObjectPoolConfig in org.apache.commons.pool2.impl
Methods in org.apache.commons.pool2.impl that return GenericKeyedObjectPoolConfig Modifier and Type Method Description GenericKeyedObjectPoolConfig
GenericKeyedObjectPoolConfig. clone()
Methods in org.apache.commons.pool2.impl with parameters of type GenericKeyedObjectPoolConfig Modifier and Type Method Description void
GenericKeyedObjectPool. setConfig(GenericKeyedObjectPoolConfig conf)
Sets the configuration.Constructors in org.apache.commons.pool2.impl with parameters of type GenericKeyedObjectPoolConfig Constructor Description GenericKeyedObjectPool(KeyedPooledObjectFactory<K,T> factory, GenericKeyedObjectPoolConfig config)
Create a newGenericKeyedObjectPool
using a specific configuration.
-