Uses of Class
org.apache.flink.runtime.executiongraph.JobVertexInputInfo
-
Packages that use JobVertexInputInfo Package Description org.apache.flink.runtime.executiongraph -
-
Uses of JobVertexInputInfo in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return JobVertexInputInfo Modifier and Type Method Description JobVertexInputInfoVertexInputInfoStore. get(JobVertexID jobVertexId, IntermediateDataSetID resultId)Get aJobVertexInputInfo.JobVertexInputInfoDefaultExecutionGraph. getJobVertexInputInfo(JobVertexID jobVertexId, IntermediateDataSetID resultId)JobVertexInputInfoInternalExecutionGraphAccessor. getJobVertexInputInfo(JobVertexID jobVertexId, IntermediateDataSetID resultId)Get the input info of a certain input of a certain job vertex.Methods in org.apache.flink.runtime.executiongraph that return types with arguments of type JobVertexInputInfo Modifier and Type Method Description static Map<IntermediateDataSetID,JobVertexInputInfo>VertexInputInfoComputationUtils. computeVertexInputInfos(int parallelism, List<? extends IntermediateResultInfo> inputs, boolean isDynamicGraph)static Map<IntermediateDataSetID,JobVertexInputInfo>VertexInputInfoComputationUtils. computeVertexInputInfos(ExecutionJobVertex ejv, java.util.function.Function<IntermediateDataSetID,IntermediateResult> intermediateResultRetriever)Map<IntermediateDataSetID,JobVertexInputInfo>ParallelismAndInputInfos. getJobVertexInputInfos()Methods in org.apache.flink.runtime.executiongraph with parameters of type JobVertexInputInfo Modifier and Type Method Description voidVertexInputInfoStore. put(JobVertexID jobVertexId, IntermediateDataSetID resultId, JobVertexInputInfo info)Put aJobVertexInputInfo.Method parameters in org.apache.flink.runtime.executiongraph with type arguments of type JobVertexInputInfo Modifier and Type Method Description voidDefaultExecutionGraph. initializeJobVertex(ExecutionJobVertex ejv, long createTimestamp, Map<IntermediateDataSetID,JobVertexInputInfo> jobVertexInputInfos)voidExecutionGraph. initializeJobVertex(ExecutionJobVertex ejv, long createTimestamp, Map<IntermediateDataSetID,JobVertexInputInfo> jobVertexInputInfos)Initialize the given execution job vertex, mainly includes creating execution vertices according to the parallelism, and connecting to the predecessors.Constructor parameters in org.apache.flink.runtime.executiongraph with type arguments of type JobVertexInputInfo Constructor Description ParallelismAndInputInfos(int parallelism, Map<IntermediateDataSetID,JobVertexInputInfo> jobVertexInputInfos)
-