| Class | Description |
|---|---|
| BlockingFixedSizePool |
This is an
Pool that caches Poolable objects for reuse. |
| DefaultPoolManager |
This interface is for a PoolManager that creates pools that are managed
asynchronously.
|
| DefaultPoolManager.PoolManagerCommand | |
| FixedSizePool |
This is an
Pool that caches Poolable objects for reuse. |
| PoolUtil |
The PoolUtil class performs the reflection magic that is necessary to work
with the legacy Recyclable interface in the
Pool package.
|
| VariableSizePool |
This is an
Pool that caches Poolable objects for reuse. |