Uses of Interface
org.apache.flink.runtime.io.network.partition.hybrid.HsDataView
-
Packages that use HsDataView Package Description org.apache.flink.runtime.io.network.partition.hybrid -
-
Uses of HsDataView in org.apache.flink.runtime.io.network.partition.hybrid
Subinterfaces of HsDataView in org.apache.flink.runtime.io.network.partition.hybrid Modifier and Type Interface Description interfaceHsSubpartitionFileReaderThis component is responsible for reading data from disk for a specific subpartition.Classes in org.apache.flink.runtime.io.network.partition.hybrid that implement HsDataView Modifier and Type Class Description classHsSubpartitionConsumerMemoryDataManagerThis class is responsible for managing the data of a single consumer.classHsSubpartitionFileReaderImplDefault implementation ofHsSubpartitionFileReader.Methods in org.apache.flink.runtime.io.network.partition.hybrid that return HsDataView Modifier and Type Method Description HsDataViewHsFileDataManager. registerNewConsumer(int subpartitionId, HsConsumerId consumerId, HsSubpartitionConsumerInternalOperations operation)This method only called by result partition to create subpartitionFileReader.HsDataViewHsMemoryDataManager. registerNewConsumer(int subpartitionId, HsConsumerId consumerId, HsSubpartitionConsumerInternalOperations viewOperations)RegisterHsSubpartitionConsumerInternalOperationstoHsMemoryDataManager.subpartitionViewOperationsMap.
-