Uses of Class
org.apache.flink.runtime.jobgraph.topology.DefaultLogicalPipelinedRegion
-
Packages that use DefaultLogicalPipelinedRegion Package Description org.apache.flink.runtime.jobgraph.topology org.apache.flink.runtime.scheduler.adapter -
-
Uses of DefaultLogicalPipelinedRegion in org.apache.flink.runtime.jobgraph.topology
Methods in org.apache.flink.runtime.jobgraph.topology that return types with arguments of type DefaultLogicalPipelinedRegion Modifier and Type Method Description Iterable<DefaultLogicalPipelinedRegion>DefaultLogicalTopology. getAllPipelinedRegions() -
Uses of DefaultLogicalPipelinedRegion in org.apache.flink.runtime.scheduler.adapter
Methods in org.apache.flink.runtime.scheduler.adapter that return types with arguments of type DefaultLogicalPipelinedRegion Modifier and Type Method Description static Map<JobVertexID,DefaultLogicalPipelinedRegion>DefaultExecutionTopology. computeLogicalPipelinedRegionsByJobVertexId(List<JobVertex> topologicallySortedJobVertices)
-