Class ExecutionVertexInputInfo

java.lang.Object
org.apache.flink.runtime.executiongraph.ExecutionVertexInputInfo
All Implemented Interfaces:
Serializable

public class ExecutionVertexInputInfo extends Object implements Serializable
This class describe the inputs(partitions and subpartitions that belong to the same intermediate result) information of an execution vertex.
See Also:
  • Constructor Details

    • ExecutionVertexInputInfo

      public ExecutionVertexInputInfo(int subtaskIndex, IndexRange partitionIndexRange, IndexRange subpartitionIndexRange)
    • ExecutionVertexInputInfo

      public ExecutionVertexInputInfo(int subtaskIndex, Map<IndexRange,IndexRange> consumedSubpartitionGroups)
  • Method Details

    • getConsumedSubpartitionGroups

      public Map<IndexRange,IndexRange> getConsumedSubpartitionGroups()
      Get the subpartition groups this subtask should consume.
    • getSubtaskIndex

      public int getSubtaskIndex()
      Get the index of this subtask.
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object