Package org.apache.commons.pool.impl
Object pooling API implementations.
StackObjectPool
(StackKeyedObjectPool)
provides a simple, Stack-based
implementation of ObjectPool
(KeyedObjectPool).
StackObjectPoolFactory
(StackKeyedObjectPoolFactory)
provides an implementation of the
ObjectPoolFactory
(KeyedObjectPoolFactory)
factory interface for this class.
GenericObjectPool
(GenericKeyedObjectPool)
provides a more robust (but also more complicated)
implementation of ObjectPool
(KeyedObjectPool).
GenericObjectPoolFactory
(GenericKeyedObjectPoolFactory)
provides an implementation of the
ObjectPoolFactory
(KeyedObjectPoolFactory)
factory interface for this class.
See also the org.apache.commons.pool package.
-
ClassesClassDescriptionA configurable
KeyedObjectPoolimplementation.A simple "struct" encapsulating the configuration information for aGenericKeyedObjectPool.A factory for creatingGenericKeyedObjectPoolinstances.A configurableObjectPoolimplementation.A simple "struct" encapsulating the configuration information for aGenericObjectPool.A factory for creatingGenericObjectPoolinstances.ASoftReferencebasedObjectPool.StackKeyedObjectPool<K,V> A simple,Stack-basedKeyedObjectPoolimplementation.A factory for creatingStackKeyedObjectPoolinstances.A simple,Stack-basedObjectPoolimplementation.A factory for creatingStackObjectPoolinstances.