Uses of Class
org.apache.flink.runtime.scheduler.adaptivebatch.OperatorsFinished
Packages that use OperatorsFinished
-
Uses of OperatorsFinished in org.apache.flink.runtime.scheduler.adaptivebatch
Methods in org.apache.flink.runtime.scheduler.adaptivebatch with parameters of type OperatorsFinishedModifier and TypeMethodDescriptionbooleanStreamGraphOptimizationStrategy.onOperatorsFinished(OperatorsFinished operatorsFinished, StreamGraphContext context) Tries to optimize the StreamGraph using the providedOperatorsFinishedandStreamGraphContext.voidStreamGraphOptimizer.onOperatorsFinished(OperatorsFinished operatorsFinished, StreamGraphContext context) Applies all loaded optimization strategies to the StreamGraph.