public static interface BufferPool.BufferPoolAPI
| Modifier and Type | Method and Description | 
|---|---|
| void | clear() | 
| XByteBuffer | getBuffer(int minSize,
         boolean discard) | 
| void | returnBuffer(XByteBuffer buffer) | 
| void | setMaxSize(int bytes) | 
void setMaxSize(int bytes)
XByteBuffer getBuffer(int minSize, boolean discard)
void returnBuffer(XByteBuffer buffer)
void clear()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.