HsSubpartitionFileReader |
HsSubpartitionFileReader.Factory.createFileReader(int subpartitionId,
HsConsumerId consumerId,
FileChannel dataFileChannel,
HsSubpartitionConsumerInternalOperations operation,
HsFileDataIndex dataIndex,
int maxBuffersReadAhead,
java.util.function.Consumer<HsSubpartitionFileReader> fileReaderReleaser,
ByteBuffer headerBuffer) |
HsSubpartitionFileReader |
HsSubpartitionFileReaderImpl.Factory.createFileReader(int subpartitionId,
HsConsumerId consumerId,
FileChannel dataFileChannel,
HsSubpartitionConsumerInternalOperations operation,
HsFileDataIndex dataIndex,
int maxBuffersReadAhead,
java.util.function.Consumer<HsSubpartitionFileReader> fileReaderReleaser,
ByteBuffer headerBuffer) |
HsDataView |
HsFileDataManager.registerNewConsumer(int subpartitionId,
HsConsumerId consumerId,
HsSubpartitionConsumerInternalOperations operation)
This method only called by result partition to create subpartitionFileReader.
|
HsDataView |
HsMemoryDataManager.registerNewConsumer(int subpartitionId,
HsConsumerId consumerId,
HsSubpartitionConsumerInternalOperations viewOperations)
|