public interface BufferRecycler
| Modifier and Type | Method and Description |
|---|---|
void |
recycle(MemorySegment buffer)
Called by
Buffer to return a MemorySegment to its original buffer pool. |
void recycle(MemorySegment buffer)
Buffer to return a MemorySegment to its original buffer pool.buffer - the segment to be recycledCopyright © 2014 The Apache Software Foundation. All rights reserved.