public interface BufferRecycler
MemorySegments.| 限定符和类型 | 接口和说明 |
|---|---|
static class |
BufferRecycler.DummyBufferRecycler
The buffer recycler does nothing for recycled segment.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
recycle(org.apache.flink.core.memory.MemorySegment memorySegment)
Recycles the
MemorySegment to its original BufferPool instance. |
void recycle(org.apache.flink.core.memory.MemorySegment memorySegment)
MemorySegment to its original BufferPool instance.memorySegment - The memory segment to be recycled.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.