Uses of Interface
org.apache.flink.streaming.api.graph.StreamGraphContext
-
Packages that use StreamGraphContext Package Description org.apache.flink.runtime.scheduler.adaptivebatch org.apache.flink.streaming.api.graph -
-
Uses of StreamGraphContext in org.apache.flink.runtime.scheduler.adaptivebatch
Methods in org.apache.flink.runtime.scheduler.adaptivebatch with parameters of type StreamGraphContext Modifier and Type Method Description default voidStreamGraphOptimizationStrategy. initialize(StreamGraphContext context)Initializes the StreamGraphOptimizationStrategy with the providedStreamGraphContext.voidStreamGraphOptimizer. initializeStrategies(StreamGraphContext context)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. -
Uses of StreamGraphContext in org.apache.flink.streaming.api.graph
Classes in org.apache.flink.streaming.api.graph that implement StreamGraphContext Modifier and Type Class Description classDefaultStreamGraphContextDefault implementation forStreamGraphContext.Methods in org.apache.flink.streaming.api.graph that return StreamGraphContext Modifier and Type Method Description StreamGraphContextAdaptiveGraphGenerator. getStreamGraphContext()Retrieves the StreamGraphContext which provides a read-only view of the StreamGraph and methods to modify its StreamEdges and StreamNodes.StreamGraphContextAdaptiveGraphManager. getStreamGraphContext()
-