| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.io.network.partition.hybrid |
| 限定符和类型 | 类和说明 |
|---|---|
class |
HsSubpartitionConsumer
The read view of HsResultPartition, data can be read from memory or disk.
|
| 限定符和类型 | 方法和说明 |
|---|---|
HsSubpartitionFileReader |
HsSubpartitionFileReader.Factory.createFileReader(int subpartitionId,
HsConsumerId consumerId,
FileChannel dataFileChannel,
HsSubpartitionConsumerInternalOperations operation,
HsFileDataIndex dataIndex,
int maxBuffersReadAhead,
Consumer<HsSubpartitionFileReader> fileReaderReleaser,
ByteBuffer headerBuffer) |
HsSubpartitionFileReader |
HsSubpartitionFileReaderImpl.Factory.createFileReader(int subpartitionId,
HsConsumerId consumerId,
FileChannel dataFileChannel,
HsSubpartitionConsumerInternalOperations operation,
HsFileDataIndex dataIndex,
int maxBuffersReadAhead,
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)
|
| 构造器和说明 |
|---|
HsSubpartitionFileReaderImpl(int subpartitionId,
HsConsumerId consumerId,
FileChannel dataFileChannel,
HsSubpartitionConsumerInternalOperations operations,
HsFileDataIndex dataIndex,
int maxBufferReadAhead,
Consumer<HsSubpartitionFileReader> fileReaderReleaser,
ByteBuffer headerBuf) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.