Uses of Interface
org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.PartitionFileReader.ReadProgress
-
Packages that use PartitionFileReader.ReadProgress Package Description org.apache.flink.runtime.io.network.partition.hybrid.tiered.file -
-
Uses of PartitionFileReader.ReadProgress in org.apache.flink.runtime.io.network.partition.hybrid.tiered.file
Classes in org.apache.flink.runtime.io.network.partition.hybrid.tiered.file that implement PartitionFileReader.ReadProgress Modifier and Type Class Description static classProducerMergedPartitionFileReader.ProducerMergedReadProgressThe implementation ofPartitionFileReader.ReadProgressmainly includes current reading offset, end of read offset, etc.Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.file that return PartitionFileReader.ReadProgress Modifier and Type Method Description PartitionFileReader.ReadProgressPartitionFileReader.ReadBufferResult. getReadProgress()Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.file with parameters of type PartitionFileReader.ReadProgress Modifier and Type Method Description longPartitionFileReader. getPriority(TieredStoragePartitionId partitionId, TieredStorageSubpartitionId subpartitionId, int segmentId, int bufferIndex, PartitionFileReader.ReadProgress readProgress)Get the priority for reading a particular buffer from the partitioned file.longProducerMergedPartitionFileReader. getPriority(TieredStoragePartitionId partitionId, TieredStorageSubpartitionId subpartitionId, int segmentId, int bufferIndex, PartitionFileReader.ReadProgress readProgress)longSegmentPartitionFileReader. getPriority(TieredStoragePartitionId partitionId, TieredStorageSubpartitionId subpartitionId, int segmentId, int bufferIndex, PartitionFileReader.ReadProgress readProgress)PartitionFileReader.ReadBufferResultPartitionFileReader. readBuffer(TieredStoragePartitionId partitionId, TieredStorageSubpartitionId subpartitionId, int segmentId, int bufferIndex, org.apache.flink.core.memory.MemorySegment memorySegment, BufferRecycler recycler, PartitionFileReader.ReadProgress readProgress, CompositeBuffer partialBuffer)Read a buffer from the partition file.PartitionFileReader.ReadBufferResultProducerMergedPartitionFileReader. readBuffer(TieredStoragePartitionId partitionId, TieredStorageSubpartitionId subpartitionId, int segmentId, int bufferIndex, org.apache.flink.core.memory.MemorySegment memorySegment, BufferRecycler recycler, PartitionFileReader.ReadProgress readProgress, CompositeBuffer partialBuffer)PartitionFileReader.ReadBufferResultSegmentPartitionFileReader. readBuffer(TieredStoragePartitionId partitionId, TieredStorageSubpartitionId subpartitionId, int segmentId, int bufferIndex, org.apache.flink.core.memory.MemorySegment memorySegment, BufferRecycler recycler, PartitionFileReader.ReadProgress readProgress, CompositeBuffer partialBuffer)Constructors in org.apache.flink.runtime.io.network.partition.hybrid.tiered.file with parameters of type PartitionFileReader.ReadProgress Constructor Description ReadBufferResult(List<Buffer> readBuffers, boolean continuousReadSuggested, PartitionFileReader.ReadProgress readProgress)
-