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 classAllFinishedInputConsumableDeciderAllFinishedInputConsumableDecideris a specialInputConsumableDecider.classDefaultInputConsumableDeciderDefault implementation ofInputConsumableDecider.classPartialFinishedInputConsumableDeciderPartialFinishedInputConsumableDecideris a specialInputConsumableDecider.Methods in org.apache.flink.runtime.scheduler.strategy that return InputConsumableDecider Modifier and Type Method Description InputConsumableDeciderAllFinishedInputConsumableDecider.Factory. createInstance(SchedulingTopology schedulingTopology, Function<ExecutionVertexID,Boolean> scheduledVertexRetriever)InputConsumableDeciderDefaultInputConsumableDecider.Factory. createInstance(SchedulingTopology schedulingTopology, Function<ExecutionVertexID,Boolean> scheduledVertexRetriever)InputConsumableDeciderInputConsumableDecider.Factory. createInstance(SchedulingTopology schedulingTopology, Function<ExecutionVertexID,Boolean> scheduledVertexRetriever)InputConsumableDeciderPartialFinishedInputConsumableDecider.Factory. createInstance(SchedulingTopology schedulingTopology, Function<ExecutionVertexID,Boolean> scheduledVertexRetriever)
-