Uses of Class
org.apache.flink.runtime.executiongraph.ExecutionVertexInputInfo
-
Packages that use ExecutionVertexInputInfo Package Description org.apache.flink.runtime.executiongraph -
-
Uses of ExecutionVertexInputInfo in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return ExecutionVertexInputInfo Modifier and Type Method Description ExecutionVertexInputInfo
ExecutionVertex. getExecutionVertexInputInfo(IntermediateDataSetID resultId)
Methods in org.apache.flink.runtime.executiongraph that return types with arguments of type ExecutionVertexInputInfo Modifier and Type Method Description List<ExecutionVertexInputInfo>
JobVertexInputInfo. getExecutionVertexInputInfos()
The input information of subtasks of this job vertex.Constructor parameters in org.apache.flink.runtime.executiongraph with type arguments of type ExecutionVertexInputInfo Constructor Description JobVertexInputInfo(List<ExecutionVertexInputInfo> executionVertexInputInfos)
-