Uses of Interface
org.apache.flink.runtime.scheduler.strategy.InputConsumableDecider
-
Packages that use InputConsumableDecider Package Description org.apache.flink.runtime.scheduler.strategy -
-
Uses of InputConsumableDecider in org.apache.flink.runtime.scheduler.strategy
Classes in org.apache.flink.runtime.scheduler.strategy that implement InputConsumableDecider Modifier and Type Class Description class
AllFinishedInputConsumableDecider
AllFinishedInputConsumableDecider
is a specialInputConsumableDecider
.class
DefaultInputConsumableDecider
Default implementation ofInputConsumableDecider
.class
PartialFinishedInputConsumableDecider
PartialFinishedInputConsumableDecider
is a specialInputConsumableDecider
.Methods in org.apache.flink.runtime.scheduler.strategy that return InputConsumableDecider Modifier and Type Method Description InputConsumableDecider
AllFinishedInputConsumableDecider.Factory. createInstance(SchedulingTopology schedulingTopology, Function<ExecutionVertexID,Boolean> scheduledVertexRetriever)
InputConsumableDecider
DefaultInputConsumableDecider.Factory. createInstance(SchedulingTopology schedulingTopology, Function<ExecutionVertexID,Boolean> scheduledVertexRetriever)
InputConsumableDecider
InputConsumableDecider.Factory. createInstance(SchedulingTopology schedulingTopology, Function<ExecutionVertexID,Boolean> scheduledVertexRetriever)
InputConsumableDecider
PartialFinishedInputConsumableDecider.Factory. createInstance(SchedulingTopology schedulingTopology, Function<ExecutionVertexID,Boolean> scheduledVertexRetriever)
-