Uses of Class
org.apache.flink.runtime.shuffle.TaskInputsOutputsDescriptor
Packages that use TaskInputsOutputsDescriptor
-
Uses of TaskInputsOutputsDescriptor in org.apache.flink.runtime.shuffle
Methods in org.apache.flink.runtime.shuffle that return TaskInputsOutputsDescriptorModifier and TypeMethodDescriptionstatic TaskInputsOutputsDescriptorTaskInputsOutputsDescriptor.from(int inputGateNums, Map<IntermediateDataSetID, Integer> inputChannelNums, Map<IntermediateDataSetID, Integer> partitionReuseCount, Map<IntermediateDataSetID, Integer> subpartitionNums, Map<IntermediateDataSetID, ResultPartitionType> inputPartitionTypes, Map<IntermediateDataSetID, ResultPartitionType> partitionTypes) Methods in org.apache.flink.runtime.shuffle with parameters of type TaskInputsOutputsDescriptorModifier and TypeMethodDescriptionorg.apache.flink.configuration.MemorySizeNettyShuffleMaster.computeShuffleMemorySizeForTask(TaskInputsOutputsDescriptor desc) JM announces network memory requirement from the calculating result of this method.default org.apache.flink.configuration.MemorySizeShuffleMaster.computeShuffleMemorySizeForTask(TaskInputsOutputsDescriptor taskInputsOutputsDescriptor) Compute shuffle memory size for a task with the givenTaskInputsOutputsDescriptor.