See: Description
| Class | Description |
|---|---|
| InstrumentedResourceLimitingPool |
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.
|
| TraceableResourceLimitingPool |
A ResourceLimitingPool which can be configured so that it will trace the
where get is being called fron.
|
| TraceableResourceLimitingPool.PoolElement | |
| TraceableResourceLimitingPool.State | |
| ValidatedResourceLimitingPool |
A ResourceLimitingPool which validates reused poolables before they are
returned with a call get().
|
| Exception | Description |
|---|---|
| TraceableResourceLimitingPool.TraceException |