Uses of Interface
org.apache.flink.streaming.api.graph.StreamGraphContext
Packages that use StreamGraphContext
Package
Description
-
Uses of StreamGraphContext in org.apache.flink.runtime.scheduler.adaptivebatch
Methods in org.apache.flink.runtime.scheduler.adaptivebatch with parameters of type StreamGraphContextModifier and TypeMethodDescriptiondefault 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 StreamGraphContextMethods in org.apache.flink.streaming.api.graph that return StreamGraphContextModifier and TypeMethodDescriptionAdaptiveGraphGenerator.getStreamGraphContext()Retrieves the StreamGraphContext which provides a read-only view of the StreamGraph and methods to modify its StreamEdges and StreamNodes.AdaptiveGraphManager.getStreamGraphContext()