Class AllFinishedInputConsumableDecider.Factory
- java.lang.Object
-
- org.apache.flink.runtime.scheduler.strategy.AllFinishedInputConsumableDecider.Factory
-
- All Implemented Interfaces:
InputConsumableDecider.Factory
- Enclosing class:
- AllFinishedInputConsumableDecider
public static class AllFinishedInputConsumableDecider.Factory extends Object implements InputConsumableDecider.Factory
Factory forAllFinishedInputConsumableDecider
.
-
-
Field Summary
Fields Modifier and Type Field Description static AllFinishedInputConsumableDecider.Factory
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputConsumableDecider
createInstance(SchedulingTopology schedulingTopology, Function<ExecutionVertexID,Boolean> scheduledVertexRetriever)
-
-
-
Field Detail
-
INSTANCE
public static final AllFinishedInputConsumableDecider.Factory INSTANCE
-
-
Method Detail
-
createInstance
public InputConsumableDecider createInstance(SchedulingTopology schedulingTopology, Function<ExecutionVertexID,Boolean> scheduledVertexRetriever)
- Specified by:
createInstance
in interfaceInputConsumableDecider.Factory
-
-