Class 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:
    Serialized Form
    • Constructor Detail

      • ExecutionVertexInputInfo

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

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

      • getConsumedSubpartitionGroups

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

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