| Package | Description |
|---|---|
| org.datanucleus.store.rdbms.datasource.dbcp2 |
This is a repackaged Apache Commons DBCP v2.1.1 and Apache Commons Pool v2.4.2.
|
| org.datanucleus.store.rdbms.datasource.dbcp2.pool2 |
This is a repackaged Apache Commons DBCP v2.1.1 and Apache Commons Pool v2.4.2.
|
| org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl |
This is a repackaged Apache Commons DBCP v2.1.1 and Apache Commons Pool v2.4.2.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PoolableConnectionFactory
A
PooledObjectFactory that creates
PoolableConnections. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasePooledObjectFactory<T>
A base implementation of
PoolableObjectFactory. |
| Modifier and Type | Method and Description |
|---|---|
static <T> PooledObjectFactory<T> |
PoolUtils.synchronizedPooledFactory(PooledObjectFactory<T> factory)
Returns a synchronized (thread-safe) PooledObjectFactory backed by the
specified PooledObjectFactory.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> PooledObjectFactory<T> |
PoolUtils.synchronizedPooledFactory(PooledObjectFactory<T> factory)
Returns a synchronized (thread-safe) PooledObjectFactory backed by the
specified PooledObjectFactory.
|
| Modifier and Type | Method and Description |
|---|---|
PooledObjectFactory<T> |
SoftReferenceObjectPool.getFactory()
Returns the
PooledObjectFactory used by this pool to create and
manage object instances. |
PooledObjectFactory<T> |
GenericObjectPool.getFactory()
Obtain a reference to the factory used to create, destroy and validate
the objects used by this pool.
|
| Constructor and Description |
|---|
GenericObjectPool(PooledObjectFactory<T> factory)
Create a new
GenericObjectPool using defaults from
GenericObjectPoolConfig. |
GenericObjectPool(PooledObjectFactory<T> factory,
GenericObjectPoolConfig config)
Create a new
GenericObjectPool using a specific
configuration. |
GenericObjectPool(PooledObjectFactory<T> factory,
GenericObjectPoolConfig config,
AbandonedConfig abandonedConfig)
Create a new
GenericObjectPool that tracks and destroys
objects that are checked out, but never returned to the pool. |
SoftReferenceObjectPool(PooledObjectFactory<T> factory)
Create a
SoftReferenceObjectPool with the specified factory. |
Copyright © 2016. All rights reserved.