Class FileSegment

java.lang.Object
org.apache.flink.runtime.io.disk.iomanager.FileSegment

public class FileSegment extends Object
  • Constructor Details

    • FileSegment

      public FileSegment(FileChannel fileChannel, long position, int length, boolean isBuffer)
  • Method Details

    • getFileChannel

      public FileChannel getFileChannel()
    • getPosition

      public long getPosition()
    • getLength

      public int getLength()
    • isBuffer

      public boolean isBuffer()