Interface InputConsumableDecider.Factory
-
- All Known Implementing Classes:
AllFinishedInputConsumableDecider.Factory
,DefaultInputConsumableDecider.Factory
,PartialFinishedInputConsumableDecider.Factory
- Enclosing interface:
- InputConsumableDecider
public static interface InputConsumableDecider.Factory
Factory forInputConsumableDecider
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputConsumableDecider
createInstance(SchedulingTopology schedulingTopology, Function<ExecutionVertexID,Boolean> scheduledVertexRetriever)
-
-
-
Method Detail
-
createInstance
InputConsumableDecider createInstance(SchedulingTopology schedulingTopology, Function<ExecutionVertexID,Boolean> scheduledVertexRetriever)
-
-