Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl.GenericKeyedObjectPoolConfig
-
Packages that use GenericKeyedObjectPoolConfig Package Description org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0. -
-
Uses of GenericKeyedObjectPoolConfig in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl
Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl that return GenericKeyedObjectPoolConfig Modifier and Type Method Description GenericKeyedObjectPoolConfig<T>
GenericKeyedObjectPoolConfig. clone()
Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with parameters of type GenericKeyedObjectPoolConfig Modifier and Type Method Description void
GenericKeyedObjectPool. setConfig(GenericKeyedObjectPoolConfig<T> conf)
Sets the configuration.Constructors in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with parameters of type GenericKeyedObjectPoolConfig Constructor Description GenericKeyedObjectPool(KeyedPooledObjectFactory<K,T> factory, GenericKeyedObjectPoolConfig<T> config)
Create a newGenericKeyedObjectPool
using a specific configuration.
-