org.apache.catalina.tribes.io
public class BufferPool extends Object
Version: 1.0
| Nested Class Summary | |
|---|---|
| static interface | BufferPool.BufferPoolAPI |
| Field Summary | |
|---|---|
| static int | DEFAULT_POOL_SIZE |
| protected static BufferPool | instance |
| protected static Log | log |
| protected BufferPool.BufferPoolAPI | pool |
| Method Summary | |
|---|---|
| void | clear() |
| XByteBuffer | getBuffer(int minSize, boolean discard) |
| static BufferPool | getBufferPool() |
| void | returnBuffer(XByteBuffer buffer) |