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