Uses of Interface
org.apache.flink.runtime.scheduler.strategy.InputConsumableDecider
Packages that use InputConsumableDecider
-
Uses of InputConsumableDecider in org.apache.flink.runtime.scheduler.strategy
Classes in org.apache.flink.runtime.scheduler.strategy that implement InputConsumableDeciderModifier and TypeClassDescriptionclassAllFinishedInputConsumableDecideris a specialInputConsumableDecider.classDefault implementation ofInputConsumableDecider.classPartialFinishedInputConsumableDecideris a specialInputConsumableDecider.Methods in org.apache.flink.runtime.scheduler.strategy that return InputConsumableDeciderModifier and TypeMethodDescriptionAllFinishedInputConsumableDecider.Factory.createInstance(SchedulingTopology schedulingTopology, Function<ExecutionVertexID, Boolean> scheduledVertexRetriever, Function<ExecutionVertexID, ExecutionState> executionStateRetriever) DefaultInputConsumableDecider.Factory.createInstance(SchedulingTopology schedulingTopology, Function<ExecutionVertexID, Boolean> scheduledVertexRetriever, Function<ExecutionVertexID, ExecutionState> executionStateRetriever) InputConsumableDecider.Factory.createInstance(SchedulingTopology schedulingTopology, Function<ExecutionVertexID, Boolean> scheduledVertexRetriever, Function<ExecutionVertexID, ExecutionState> executionStateRetriever) PartialFinishedInputConsumableDecider.Factory.createInstance(SchedulingTopology schedulingTopology, Function<ExecutionVertexID, Boolean> scheduledVertexRetriever, Function<ExecutionVertexID, ExecutionState> executionStateRetriever)