Uses of Interface
org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReader.Factory
-
Packages that use HsSubpartitionFileReader.Factory Package Description org.apache.flink.runtime.io.network.partition.hybrid -
-
Uses of HsSubpartitionFileReader.Factory in org.apache.flink.runtime.io.network.partition.hybrid
Classes in org.apache.flink.runtime.io.network.partition.hybrid that implement HsSubpartitionFileReader.Factory Modifier and Type Class Description static classHsSubpartitionFileReaderImpl.FactoryFactory ofHsSubpartitionFileReader.Constructors in org.apache.flink.runtime.io.network.partition.hybrid with parameters of type HsSubpartitionFileReader.Factory Constructor Description HsFileDataManager(BatchShuffleReadBufferPool bufferPool, ScheduledExecutorService ioExecutor, HsFileDataIndex dataIndex, Path dataFilePath, HsSubpartitionFileReader.Factory fileReaderFactory, HybridShuffleConfiguration hybridShuffleConfiguration)
-