public class TaskInputsOutputsDescriptor extends Object
Modifier and Type | Method and Description |
---|---|
static TaskInputsOutputsDescriptor |
from(int inputGateNums,
Map<IntermediateDataSetID,Integer> inputChannelNums,
Map<IntermediateDataSetID,Integer> partitionReuseCount,
Map<IntermediateDataSetID,Integer> subpartitionNums,
Map<IntermediateDataSetID,ResultPartitionType> inputPartitionTypes,
Map<IntermediateDataSetID,ResultPartitionType> partitionTypes) |
Map<IntermediateDataSetID,Integer> |
getInputChannelNums() |
int |
getInputGateNums() |
Map<IntermediateDataSetID,ResultPartitionType> |
getInputPartitionTypes() |
Map<IntermediateDataSetID,Integer> |
getPartitionReuseCount() |
Map<IntermediateDataSetID,ResultPartitionType> |
getPartitionTypes() |
Map<IntermediateDataSetID,Integer> |
getSubpartitionNums() |
public int getInputGateNums()
public Map<IntermediateDataSetID,Integer> getInputChannelNums()
public Map<IntermediateDataSetID,Integer> getPartitionReuseCount()
public Map<IntermediateDataSetID,Integer> getSubpartitionNums()
public Map<IntermediateDataSetID,ResultPartitionType> getInputPartitionTypes()
public Map<IntermediateDataSetID,ResultPartitionType> getPartitionTypes()
public static TaskInputsOutputsDescriptor from(int inputGateNums, Map<IntermediateDataSetID,Integer> inputChannelNums, Map<IntermediateDataSetID,Integer> partitionReuseCount, Map<IntermediateDataSetID,Integer> subpartitionNums, Map<IntermediateDataSetID,ResultPartitionType> inputPartitionTypes, Map<IntermediateDataSetID,ResultPartitionType> partitionTypes)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.