Uses of Class
org.apache.flink.runtime.jobgraph.forwardgroup.JobVertexForwardGroup
-
Packages that use JobVertexForwardGroup Package Description org.apache.flink.runtime.jobgraph.forwardgroup -
-
Uses of JobVertexForwardGroup in org.apache.flink.runtime.jobgraph.forwardgroup
Methods in org.apache.flink.runtime.jobgraph.forwardgroup that return types with arguments of type JobVertexForwardGroup Modifier and Type Method Description static Map<JobVertexID,JobVertexForwardGroup>ForwardGroupComputeUtil. computeForwardGroups(Iterable<JobVertex> topologicallySortedVertices, Function<JobVertex,Set<JobVertex>> forwardProducersRetriever)static Map<JobVertexID,JobVertexForwardGroup>ForwardGroupComputeUtil. computeForwardGroupsAndCheckParallelism(Iterable<JobVertex> topologicallySortedVertices)
-