Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl.GenericKeyedObjectPoolConfig
Packages that use GenericKeyedObjectPoolConfig
Package
Description
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 GenericKeyedObjectPoolConfigMethods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with parameters of type GenericKeyedObjectPoolConfigModifier and TypeMethodDescriptionvoid
GenericKeyedObjectPool.setConfig
(GenericKeyedObjectPoolConfig<T> conf) Sets the configuration.Constructors in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with parameters of type GenericKeyedObjectPoolConfigModifierConstructorDescriptionGenericKeyedObjectPool
(KeyedPooledObjectFactory<K, T> factory, GenericKeyedObjectPoolConfig<T> config) Create a newGenericKeyedObjectPool
using a specific configuration.