Class ExecutionVertexInputInfo
java.lang.Object
org.apache.flink.runtime.executiongraph.ExecutionVertexInputInfo
- All Implemented Interfaces:
Serializable
This class describe the inputs(partitions and subpartitions that belong to the same intermediate
result) information of an execution vertex.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionVertexInputInfo(int subtaskIndex, Map<IndexRange, IndexRange> consumedSubpartitionGroups) ExecutionVertexInputInfo(int subtaskIndex, IndexRange partitionIndexRange, IndexRange subpartitionIndexRange) -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the subpartition groups this subtask should consume.intGet the index of this subtask.
-
Constructor Details
-
ExecutionVertexInputInfo
public ExecutionVertexInputInfo(int subtaskIndex, IndexRange partitionIndexRange, IndexRange subpartitionIndexRange) -
ExecutionVertexInputInfo
public ExecutionVertexInputInfo(int subtaskIndex, Map<IndexRange, IndexRange> consumedSubpartitionGroups)
-
-
Method Details