| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.shuffle |
| 限定符和类型 | 方法和说明 |
|---|---|
static TaskInputsOutputsDescriptor |
TaskInputsOutputsDescriptor.from(int inputGateNums,
Map<IntermediateDataSetID,Integer> inputChannelNums,
Map<IntermediateDataSetID,Integer> subpartitionNums,
Map<IntermediateDataSetID,ResultPartitionType> partitionTypes) |
| 限定符和类型 | 方法和说明 |
|---|---|
default org.apache.flink.configuration.MemorySize |
ShuffleMaster.computeShuffleMemorySizeForTask(TaskInputsOutputsDescriptor taskInputsOutputsDescriptor)
Compute shuffle memory size for a task with the given
TaskInputsOutputsDescriptor. |
org.apache.flink.configuration.MemorySize |
NettyShuffleMaster.computeShuffleMemorySizeForTask(TaskInputsOutputsDescriptor desc)
JM announces network memory requirement from the calculating result of this method.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.