See: Description
| Class | Description |
|---|---|
| AbstractPool |
This is an
Pool that caches Poolable objects for reuse. |
| DefaultObjectFactory |
This is the default for factory that is used to create objects for Pool.
|
| DefaultPool |
This is an
Pool that caches Poolable objects for reuse. |
| DefaultPoolController |
This is a
PoolController that controls how many
instances of a Poolable are created at one time. |
| HardResourceLimitingPool |
This is a implementation of
Pool that is thread safe. |
| ResourceLimitingPool |
General Pool implementation which supports; weak and strong pool size limits,
optional blocking gets when poolables are not available, and automatic pool
trimming of unused poolables.
|
| SingleThreadedPool |
This is an
Pool that caches Poolable objects for reuse. |
| SoftResourceLimitingPool |
This is an
Pool that caches Poolable objects for reuse. |