Interface BufferRecycler

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  BufferRecycler.DummyBufferRecycler
      The buffer recycler does nothing for recycled segment.
    • Method Detail

      • recycle

        void recycle​(org.apache.flink.core.memory.MemorySegment memorySegment)
        Recycles the MemorySegment to its original BufferPool instance.
        Parameters:
        memorySegment - The memory segment to be recycled.