Uses of Class
org.apache.commons.pool.impl.GenericKeyedObjectPool.Config
Packages that use GenericKeyedObjectPool.Config
-
Uses of GenericKeyedObjectPool.Config in org.apache.commons.pool.impl
Methods in org.apache.commons.pool.impl with parameters of type GenericKeyedObjectPool.ConfigModifier and TypeMethodDescriptionvoid
GenericKeyedObjectPool.setConfig
(GenericKeyedObjectPool.Config conf) Sets the configuration.Constructors in org.apache.commons.pool.impl with parameters of type GenericKeyedObjectPool.ConfigModifierConstructorDescriptionGenericKeyedObjectPool
(KeyedPoolableObjectFactory<K, V> factory, GenericKeyedObjectPool.Config config) Create a newGenericKeyedObjectPool
using the specified values.GenericKeyedObjectPoolFactory
(KeyedPoolableObjectFactory<K, V> factory, GenericKeyedObjectPool.Config config) Create a new GenericKeyedObjectPoolFactory.