| Package | Description |
|---|---|
| org.apache.commons.pool |
Object pooling API.
|
| org.apache.commons.pool.impl |
Object pooling API implementations.
|
| Class and Description |
|---|
| KeyedObjectPool
A "keyed" pooling interface.
|
| KeyedPoolableObjectFactory
An interface defining life-cycle methods for
instances to be served by a
KeyedObjectPool. |
| ObjectPool
A pooling interface.
|
| PoolableObjectFactory
An interface defining life-cycle methods for
instances to be served by an
ObjectPool. |
| PoolUtils.ErodingFactor
Encapsulate the logic for when the next poolable object should be discarded.
|
| PoolUtils.ErodingKeyedObjectPool
Decorates a keyed object pool, adding "eroding" behavior.
|
| Class and Description |
|---|
| BaseKeyedObjectPool
A simple base implementation of
KeyedObjectPool. |
| BaseObjectPool
A simple base implementation of
ObjectPool. |
| KeyedObjectPool
A "keyed" pooling interface.
|
| KeyedObjectPoolFactory
A factory for creating
KeyedObjectPools. |
| KeyedPoolableObjectFactory
An interface defining life-cycle methods for
instances to be served by a
KeyedObjectPool. |
| ObjectPool
A pooling interface.
|
| ObjectPoolFactory
A factory interface for creating
ObjectPools. |
| PoolableObjectFactory
An interface defining life-cycle methods for
instances to be served by an
ObjectPool. |