| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.io.network.partition.hybrid |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
HsSubpartitionFileReader
This component is responsible for reading data from disk for a specific subpartition.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
HsSubpartitionFileReaderImpl
Default implementation of
HsSubpartitionFileReader. |
class |
HsSubpartitionMemoryDataManager
This class is responsible for managing the data in a single subpartition.
|
| 限定符和类型 | 方法和说明 |
|---|---|
HsDataView |
HsFileDataManager.registerNewSubpartition(int subpartitionId,
HsSubpartitionViewInternalOperations operation)
This method only called by result partition to create subpartitionFileReader.
|
HsDataView |
HsMemoryDataManager.registerSubpartitionView(int subpartitionId,
HsSubpartitionViewInternalOperations viewOperations)
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.