Uses of Class
org.apache.flink.runtime.shuffle.TaskInputsOutputsDescriptor
-
Packages that use TaskInputsOutputsDescriptor Package Description org.apache.flink.runtime.shuffle -
-
Uses of TaskInputsOutputsDescriptor in org.apache.flink.runtime.shuffle
Methods in org.apache.flink.runtime.shuffle that return TaskInputsOutputsDescriptor Modifier and Type Method Description static 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 TaskInputsOutputsDescriptor Modifier and Type Method Description org.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.
-