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