Class SchedulingPipelinedRegionComputeUtil
java.lang.Object
org.apache.flink.runtime.executiongraph.failover.SchedulingPipelinedRegionComputeUtil
Utils for computing
SchedulingPipelinedRegions.-
Method Summary
Modifier and TypeMethodDescriptionstatic Set<Set<SchedulingExecutionVertex>>computePipelinedRegions(Iterable<? extends SchedulingExecutionVertex> topologicallySortedVertices, Function<ExecutionVertexID, ? extends SchedulingExecutionVertex> executionVertexRetriever, Function<IntermediateResultPartitionID, ? extends SchedulingResultPartition> resultPartitionRetriever)
-
Method Details
-
computePipelinedRegions
public static Set<Set<SchedulingExecutionVertex>> computePipelinedRegions(Iterable<? extends SchedulingExecutionVertex> topologicallySortedVertices, Function<ExecutionVertexID, ? extends SchedulingExecutionVertex> executionVertexRetriever, Function<IntermediateResultPartitionID, ? extends SchedulingResultPartition> resultPartitionRetriever)
-