Class PartitionFileReader.ReadBufferResult
java.lang.Object
org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.PartitionFileReader.ReadBufferResult
- Enclosing interface:
- PartitionFileReader
A wrapper class of the reading buffer result, including the read buffers, the hint of
continue reading, and the read progress, etc.
-
Constructor Summary
ConstructorsConstructorDescriptionReadBufferResult(List<Buffer> readBuffers, boolean continuousReadSuggested, PartitionFileReader.ReadProgress readProgress) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
ReadBufferResult
public ReadBufferResult(List<Buffer> readBuffers, boolean continuousReadSuggested, @Nullable PartitionFileReader.ReadProgress readProgress)
-
-
Method Details
-
getReadBuffers
-
continuousReadSuggested
public boolean continuousReadSuggested() -
getReadProgress
-