See: Description
| Interface | Description |
|---|---|
| ObjectFactory |
This is the interface for factory that is used to create objects for Pool.
|
| Pool |
This is an
Pool that caches Poolable objects for reuse. |
| Poolable |
Poolable is a marker interface for Components that can
be pooled. |
| PoolController |
This is the interface you implement if you want to control how Pools capacity
changes overtime.
|
| Recyclable |
This interface standardizes the behaviour of a recyclable object.
|
| Resizable |
This is the interface for Pools that are not a fixed size.
|
| Validatable |
Used to define an object which can be validated by a ValidatedResourceLimitingPool.
|