| Package | Description |
|---|---|
| org.apache.commons.pool.impl |
Object pooling API implementations.
|
| Class and Description |
|---|
| CursorableLinkedList
This class has been copied from Commons Collections, version 3.1 in order
to eliminate the dependency of pool on collections.
|
| CursorableLinkedList.Cursor |
| CursorableLinkedList.Listable |
| CursorableLinkedList.ListIter |
| GenericKeyedObjectPool.Config
A simple "struct" encapsulating the
configuration information for a
GenericKeyedObjectPool. |
| GenericKeyedObjectPool.Evictor
The idle object evictor
TimerTask. |
| GenericKeyedObjectPool.Latch
Latch used to control allocation order of objects to threads to ensure
fairness.
|
| GenericKeyedObjectPool.ObjectQueue
A "struct" that keeps additional information about the actual queue of pooled objects.
|
| GenericKeyedObjectPool.ObjectTimestampPair
A simple "struct" encapsulating an object instance and a timestamp.
|
| GenericObjectPool.Config
A simple "struct" encapsulating the
configuration information for a
GenericObjectPool. |
| GenericObjectPool.Evictor
The idle object evictor
TimerTask. |
| GenericObjectPool.Latch
Latch used to control allocation order of objects to threads to ensure
fairness.
|