| Interface | Description |
|---|---|
| BufferPool |
Makes various types of buffers available for use and potential re-use.
|
| Class | Description |
|---|---|
| CachingBufferPool |
A
BufferPool implementation which caches values at fixed sizes. |
| DefaultPoolFactory |
Manages implementation of
BufferPool to use by default. |
| QuiescentBufferPool |
A
BufferPool implementation which does no pooling. |