Interface InputConsumableDecider.Factory
- All Known Implementing Classes:
AllFinishedInputConsumableDecider.Factory,DefaultInputConsumableDecider.Factory,PartialFinishedInputConsumableDecider.Factory
- Enclosing interface:
- InputConsumableDecider
public static interface InputConsumableDecider.Factory
Factory for
InputConsumableDecider.-
Method Summary
Modifier and TypeMethodDescriptioncreateInstance(SchedulingTopology schedulingTopology, Function<ExecutionVertexID, Boolean> scheduledVertexRetriever, Function<ExecutionVertexID, ExecutionState> executionStateRetriever)
-
Method Details
-
createInstance
InputConsumableDecider createInstance(SchedulingTopology schedulingTopology, Function<ExecutionVertexID, Boolean> scheduledVertexRetriever, Function<ExecutionVertexID, ExecutionState> executionStateRetriever)
-