Uses of Interface
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.KeyedPooledObjectFactory
Packages that use KeyedPooledObjectFactory
Package
Description
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
-
Uses of KeyedPooledObjectFactory in org.datanucleus.store.rdbms.datasource.dbcp2
Classes in org.datanucleus.store.rdbms.datasource.dbcp2 that implement KeyedPooledObjectFactory -
Uses of KeyedPooledObjectFactory in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter
Classes in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter that implement KeyedPooledObjectFactoryModifier and TypeClassDescription(package private) class
Implementation of PooledConnection that is returned by PooledConnectionDataSource. -
Uses of KeyedPooledObjectFactory in org.datanucleus.store.rdbms.datasource.dbcp2.datasources
Classes in org.datanucleus.store.rdbms.datasource.dbcp2.datasources that implement KeyedPooledObjectFactoryModifier and TypeClassDescription(package private) class
AKeyedPooledObjectFactory
that createsPoolableConnection
s. -
Uses of KeyedPooledObjectFactory in org.datanucleus.store.rdbms.datasource.dbcp2.pool2
Classes in org.datanucleus.store.rdbms.datasource.dbcp2.pool2 that implement KeyedPooledObjectFactoryModifier and TypeClassDescriptionclass
A base implementation ofKeyedPooledObjectFactory
.private static final class
A fully synchronized KeyedPooledObjectFactory that wraps a KeyedPooledObjectFactory and synchronizes access to the wrapped factory methods.Fields in org.datanucleus.store.rdbms.datasource.dbcp2.pool2 declared as KeyedPooledObjectFactoryModifier and TypeFieldDescriptionprivate final KeyedPooledObjectFactory
<K, V> PoolUtils.SynchronizedKeyedPooledObjectFactory.keyedFactory
Wrapped factoryMethods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2 that return KeyedPooledObjectFactoryModifier and TypeMethodDescriptionstatic <K,
V> KeyedPooledObjectFactory <K, V> PoolUtils.synchronizedKeyedPooledFactory
(KeyedPooledObjectFactory<K, V> keyedFactory) Returns a synchronized (thread-safe) KeyedPooledObjectFactory backed by the specified KeyedPoolableObjectFactory.Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2 with parameters of type KeyedPooledObjectFactoryModifier and TypeMethodDescriptionstatic <K,
V> KeyedPooledObjectFactory <K, V> PoolUtils.synchronizedKeyedPooledFactory
(KeyedPooledObjectFactory<K, V> keyedFactory) Returns a synchronized (thread-safe) KeyedPooledObjectFactory backed by the specified KeyedPoolableObjectFactory.Constructors in org.datanucleus.store.rdbms.datasource.dbcp2.pool2 with parameters of type KeyedPooledObjectFactoryModifierConstructorDescription(package private)
SynchronizedKeyedPooledObjectFactory
(KeyedPooledObjectFactory<K, V> keyedFactory) Creates a SynchronizedKeyedPoolableObjectFactory wrapping the given factory. -
Uses of KeyedPooledObjectFactory in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl
Fields in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl declared as KeyedPooledObjectFactoryModifier and TypeFieldDescriptionprivate final KeyedPooledObjectFactory
<K, T> GenericKeyedObjectPool.factory
Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl that return KeyedPooledObjectFactoryModifier and TypeMethodDescriptionGenericKeyedObjectPool.getFactory()
Obtain a reference to the factory used to create, destroy and validate the objects used by this pool.Constructors in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with parameters of type KeyedPooledObjectFactoryModifierConstructorDescriptionGenericKeyedObjectPool
(KeyedPooledObjectFactory<K, T> factory) Create a newGenericKeyedObjectPool
using defaults fromGenericKeyedObjectPoolConfig
.GenericKeyedObjectPool
(KeyedPooledObjectFactory<K, T> factory, GenericKeyedObjectPoolConfig<T> config) Create a newGenericKeyedObjectPool
using a specific configuration.