Package | Description |
---|---|
org.datanucleus.store.rdbms.connectionpool |
Package providing support for all major Connection Pools.
|
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.
|
Class and Description |
---|
ObjectPool
A pooling simple interface.
|
Class and Description |
---|
KeyedObjectPool
A "keyed" pooling interface.
|
KeyedPooledObjectFactory
An interface defining life-cycle methods for
instances to be served by a
KeyedObjectPool . |
ObjectPool
A pooling simple interface.
|
PooledObject
Defines the wrapper that is used to track the additional information, such as
state, for the pooled objects.
|
PooledObjectFactory
An interface defining life-cycle methods for instances to be served by an
ObjectPool . |
SwallowedExceptionListener
Pools that unavoidably swallow exceptions may be configured with an instance
of this listener so the user may receive notification of when this happens.
|
TrackedUse
This interface allows pooled objects to make information available about when
and how they were used available to the object pool.
|
Class and Description |
---|
KeyedObjectPool
A "keyed" pooling interface.
|
KeyedPooledObjectFactory
An interface defining life-cycle methods for
instances to be served by a
KeyedObjectPool . |
ObjectPool
A pooling simple interface.
|
PooledObject
Defines the wrapper that is used to track the additional information, such as
state, for the pooled objects.
|
PooledObjectFactory
An interface defining life-cycle methods for instances to be served by an
ObjectPool . |
PooledObjectState
Provides the possible states that a
PooledObject may be in. |
Class and Description |
---|
BaseObjectPool
A simple base implementation of
ObjectPool . |
KeyedObjectPool
A "keyed" pooling interface.
|
KeyedPooledObjectFactory
An interface defining life-cycle methods for
instances to be served by a
KeyedObjectPool . |
ObjectPool
A pooling simple interface.
|
PooledObject
Defines the wrapper that is used to track the additional information, such as
state, for the pooled objects.
|
PooledObjectFactory
An interface defining life-cycle methods for instances to be served by an
ObjectPool . |
PooledObjectState
Provides the possible states that a
PooledObject may be in. |
SwallowedExceptionListener
Pools that unavoidably swallow exceptions may be configured with an instance
of this listener so the user may receive notification of when this happens.
|
UsageTracking
This interface may be implemented by an object pool to enable clients
(primarily those clients that wrap pools to provide pools with extended
features) to provide additional information to the pool relating to object
using allowing more informed decisions and reporting to be made regarding
abandoned objects.
|
Copyright © 2019. All rights reserved.