Class PartitionFileReader.ReadBufferResult
- java.lang.Object
-
- org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.PartitionFileReader.ReadBufferResult
-
- Enclosing interface:
- PartitionFileReader
public static class PartitionFileReader.ReadBufferResult extends Object
A wrapper class of the reading buffer result, including the read buffers, the hint of continue reading, and the read progress, etc.
-
-
Constructor Summary
Constructors Constructor Description ReadBufferResult(List<Buffer> readBuffers, boolean continuousReadSuggested, PartitionFileReader.ReadProgress readProgress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontinuousReadSuggested()List<Buffer>getReadBuffers()PartitionFileReader.ReadProgressgetReadProgress()
-
-
-
Constructor Detail
-
ReadBufferResult
public ReadBufferResult(List<Buffer> readBuffers, boolean continuousReadSuggested, @Nullable PartitionFileReader.ReadProgress readProgress)
-
-
Method Detail
-
continuousReadSuggested
public boolean continuousReadSuggested()
-
getReadProgress
@Nullable public PartitionFileReader.ReadProgress getReadProgress()
-
-