Uses of Interface
org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReader
-
Packages that use HsSubpartitionFileReader Package Description org.apache.flink.runtime.io.network.partition.hybrid -
-
Uses of HsSubpartitionFileReader in org.apache.flink.runtime.io.network.partition.hybrid
Classes in org.apache.flink.runtime.io.network.partition.hybrid that implement HsSubpartitionFileReader Modifier and Type Class Description classHsSubpartitionFileReaderImplDefault implementation ofHsSubpartitionFileReader.Methods in org.apache.flink.runtime.io.network.partition.hybrid that return HsSubpartitionFileReader 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)Methods in org.apache.flink.runtime.io.network.partition.hybrid with parameters of type HsSubpartitionFileReader Modifier and Type Method Description intHsSubpartitionFileReaderImpl. compareTo(HsSubpartitionFileReader that)Provides priority calculation logic for io scheduler.voidHsFileDataManager. releaseSubpartitionReader(HsSubpartitionFileReader subpartitionFileReader)Release specificHsSubpartitionFileReaderfromHsFileDataManager.Method parameters in org.apache.flink.runtime.io.network.partition.hybrid with type arguments of type HsSubpartitionFileReader 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)Constructor parameters in org.apache.flink.runtime.io.network.partition.hybrid with type arguments of type HsSubpartitionFileReader Constructor Description HsSubpartitionFileReaderImpl(int subpartitionId, HsConsumerId consumerId, FileChannel dataFileChannel, HsSubpartitionConsumerInternalOperations operations, HsFileDataIndex dataIndex, int maxBufferReadAhead, java.util.function.Consumer<HsSubpartitionFileReader> fileReaderReleaser, ByteBuffer headerBuf)
-