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 void
StreamGraphOptimizationStrategy. initialize(StreamGraphContext context)
Initializes the StreamGraphOptimizationStrategy with the providedStreamGraphContext
.void
StreamGraphOptimizer. initializeStrategies(StreamGraphContext context)
boolean
StreamGraphOptimizationStrategy. onOperatorsFinished(OperatorsFinished operatorsFinished, StreamGraphContext context)
Tries to optimize the StreamGraph using the providedOperatorsFinished
andStreamGraphContext
.void
StreamGraphOptimizer. 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 class
DefaultStreamGraphContext
Default implementation forStreamGraphContext
.Methods in org.apache.flink.streaming.api.graph that return StreamGraphContext Modifier and Type Method Description StreamGraphContext
AdaptiveGraphGenerator. getStreamGraphContext()
Retrieves the StreamGraphContext which provides a read-only view of the StreamGraph and methods to modify its StreamEdges and StreamNodes.StreamGraphContext
AdaptiveGraphManager. getStreamGraphContext()
-