Class JobVertexInputInfo

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

public class JobVertexInputInfo extends Object implements Serializable
This class describe how a job vertex consume an input(intermediate result).
See Also:
  • Constructor Details

  • Method Details

    • getExecutionVertexInputInfos

      public List<ExecutionVertexInputInfo> getExecutionVertexInputInfos()
      The input information of subtasks of this job vertex.
    • equals

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