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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JobVertexInputInfo(List<ExecutionVertexInputInfo> executionVertexInputInfos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<ExecutionVertexInputInfo>
getExecutionVertexInputInfos()
The input information of subtasks of this job vertex.
-
-
-
Constructor Detail
-
JobVertexInputInfo
public JobVertexInputInfo(List<ExecutionVertexInputInfo> executionVertexInputInfos)
-
-
Method Detail
-
getExecutionVertexInputInfos
public List<ExecutionVertexInputInfo> getExecutionVertexInputInfos()
The input information of subtasks of this job vertex.
-
-