Class FileSegment
- java.lang.Object
-
- org.apache.flink.runtime.io.disk.iomanager.FileSegment
-
public class FileSegment extends Object
-
-
Constructor Summary
Constructors Constructor Description FileSegment(FileChannel fileChannel, long position, int length, boolean isBuffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileChannel
getFileChannel()
int
getLength()
long
getPosition()
boolean
isBuffer()
-
-
-
Constructor Detail
-
FileSegment
public FileSegment(FileChannel fileChannel, long position, int length, boolean isBuffer)
-
-
Method Detail
-
getFileChannel
public FileChannel getFileChannel()
-
getPosition
public long getPosition()
-
getLength
public int getLength()
-
isBuffer
public boolean isBuffer()
-
-