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 for
AllFinishedInputConsumableDecider.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreateInstance(SchedulingTopology schedulingTopology, Function<ExecutionVertexID, Boolean> scheduledVertexRetriever, Function<ExecutionVertexID, ExecutionState> executionStateRetriever)
-
Field Details
-
INSTANCE
-
-
Method Details
-
createInstance
public InputConsumableDecider createInstance(SchedulingTopology schedulingTopology, Function<ExecutionVertexID, Boolean> scheduledVertexRetriever, Function<ExecutionVertexID, ExecutionState> executionStateRetriever) - Specified by:
createInstancein interfaceInputConsumableDecider.Factory
-