Package org.apache.flink.core.memory
Interface MemorySegmentSource
-
@Internal public interface MemorySegmentSourceInterface describing entities that can provide memory segments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MemorySegmentnextSegment()Gets the next memory segment.
-
-
-
Method Detail
-
nextSegment
MemorySegment nextSegment()
Gets the next memory segment. If no more segments are available, it returns null.- Returns:
- The next memory segment, or null, if none is available.
-
-