Uses of Class
org.apache.flink.runtime.scheduler.adaptivebatch.OperatorsFinished
-
Packages that use OperatorsFinished Package Description org.apache.flink.runtime.scheduler.adaptivebatch -
-
Uses of OperatorsFinished in org.apache.flink.runtime.scheduler.adaptivebatch
Methods in org.apache.flink.runtime.scheduler.adaptivebatch with parameters of type OperatorsFinished Modifier and Type Method Description booleanStreamGraphOptimizationStrategy. 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.
-