Uses of Interface
org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndex
-
Packages that use HsFileDataIndex Package Description org.apache.flink.runtime.io.network.partition.hybrid -
-
Uses of HsFileDataIndex in org.apache.flink.runtime.io.network.partition.hybrid
Classes in org.apache.flink.runtime.io.network.partition.hybrid that implement HsFileDataIndex Modifier and Type Class Description classHsFileDataIndexImplDefault implementation ofHsFileDataIndex.Methods in org.apache.flink.runtime.io.network.partition.hybrid with parameters of type HsFileDataIndex Modifier and Type Method Description HsSubpartitionFileReaderHsSubpartitionFileReader.Factory. createFileReader(int subpartitionId, HsConsumerId consumerId, FileChannel dataFileChannel, HsSubpartitionConsumerInternalOperations operation, HsFileDataIndex dataIndex, int maxBuffersReadAhead, java.util.function.Consumer<HsSubpartitionFileReader> fileReaderReleaser, ByteBuffer headerBuffer)HsSubpartitionFileReaderHsSubpartitionFileReaderImpl.Factory. createFileReader(int subpartitionId, HsConsumerId consumerId, FileChannel dataFileChannel, HsSubpartitionConsumerInternalOperations operation, HsFileDataIndex dataIndex, int maxBuffersReadAhead, java.util.function.Consumer<HsSubpartitionFileReader> fileReaderReleaser, ByteBuffer headerBuffer)Constructors in org.apache.flink.runtime.io.network.partition.hybrid with parameters of type HsFileDataIndex Constructor Description HsFileDataManager(BatchShuffleReadBufferPool bufferPool, ScheduledExecutorService ioExecutor, HsFileDataIndex dataIndex, Path dataFilePath, HsSubpartitionFileReader.Factory fileReaderFactory, HybridShuffleConfiguration hybridShuffleConfiguration)HsMemoryDataManager(int numSubpartitions, int bufferSize, BufferPool bufferPool, HsSpillingStrategy spillStrategy, HsFileDataIndex fileDataIndex, Path dataFilePath, BufferCompressor bufferCompressor, long poolSizeCheckInterval)HsSubpartitionFileReaderImpl(int subpartitionId, HsConsumerId consumerId, FileChannel dataFileChannel, HsSubpartitionConsumerInternalOperations operations, HsFileDataIndex dataIndex, int maxBufferReadAhead, java.util.function.Consumer<HsSubpartitionFileReader> fileReaderReleaser, ByteBuffer headerBuf)
-