Class FileSegment
java.lang.Object
org.apache.flink.runtime.io.disk.iomanager.FileSegment
-
Constructor Summary
ConstructorsConstructorDescriptionFileSegment(FileChannel fileChannel, long position, int length, boolean isBuffer) -
Method Summary
-
Constructor Details
-
FileSegment
-
-
Method Details
-
getFileChannel
-
getPosition
public long getPosition() -
getLength
public int getLength() -
isBuffer
public boolean isBuffer()
-