public interface BufferRecycler
MemorySegment
s.Modifier and Type | Interface and Description |
---|---|
static class |
BufferRecycler.DummyBufferRecycler
The buffer recycler does nothing for recycled segment.
|
Modifier and Type | Method and Description |
---|---|
void |
recycle(MemorySegment memorySegment)
Recycles the
MemorySegment to its original BufferPool instance. |
void recycle(MemorySegment memorySegment)
MemorySegment
to its original BufferPool
instance.memorySegment
- The memory segment to be recycled.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.