Uses of Interface
org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.PartitionFileReader
Packages that use PartitionFileReader
Package
Description
-
Uses of PartitionFileReader 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 PartitionFileReaderModifier and TypeClassDescriptionclassThe implementation ofPartitionFileReaderwith producer-merge mode.classThe implementation ofPartitionFileReaderwith segment file mode. -
Uses of PartitionFileReader in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk
Constructors in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk with parameters of type PartitionFileReaderModifierConstructorDescriptionDiskIOScheduler(TieredStoragePartitionId partitionId, BatchShuffleReadBufferPool bufferPool, ScheduledExecutorService ioExecutor, int maxRequestedBuffers, Duration bufferRequestTimeout, BiFunction<Integer, Integer, Integer> segmentIdGetter, PartitionFileReader partitionFileReader) -
Uses of PartitionFileReader in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote
Constructors in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote with parameters of type PartitionFileReaderModifierConstructorDescriptionRemoteTierConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs, RemoteStorageScanner remoteStorageScanner, PartitionFileReader partitionFileReader, int bufferSizeBytes)