Class JobVertexInputInfo
- java.lang.Object
-
- org.apache.flink.runtime.executiongraph.JobVertexInputInfo
-
public class JobVertexInputInfo extends Object
This class describe how a job vertex consume an input(intermediate result).
-
-
Constructor Summary
Constructors Constructor Description JobVertexInputInfo(List<ExecutionVertexInputInfo> executionVertexInputInfos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-