Class SchedulingPipelinedRegionComputeUtil
- java.lang.Object
-
- org.apache.flink.runtime.executiongraph.failover.SchedulingPipelinedRegionComputeUtil
-
public final class SchedulingPipelinedRegionComputeUtil extends Object
Utils for computingSchedulingPipelinedRegion
s.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<Set<SchedulingExecutionVertex>>
computePipelinedRegions(Iterable<? extends SchedulingExecutionVertex> topologicallySortedVertices, Function<ExecutionVertexID,? extends SchedulingExecutionVertex> executionVertexRetriever, Function<IntermediateResultPartitionID,? extends SchedulingResultPartition> resultPartitionRetriever)
-
-
-
Method Detail
-
computePipelinedRegions
public static Set<Set<SchedulingExecutionVertex>> computePipelinedRegions(Iterable<? extends SchedulingExecutionVertex> topologicallySortedVertices, Function<ExecutionVertexID,? extends SchedulingExecutionVertex> executionVertexRetriever, Function<IntermediateResultPartitionID,? extends SchedulingResultPartition> resultPartitionRetriever)
-
-