Uses of Interface
org.apache.flink.streaming.api.graph.StreamGraphContext.StreamGraphUpdateListener
Packages that use StreamGraphContext.StreamGraphUpdateListener
-
Uses of StreamGraphContext.StreamGraphUpdateListener in org.apache.flink.streaming.api.graph
Classes in org.apache.flink.streaming.api.graph that implement StreamGraphContext.StreamGraphUpdateListenerConstructors in org.apache.flink.streaming.api.graph with parameters of type StreamGraphContext.StreamGraphUpdateListenerModifierConstructorDescriptionDefaultStreamGraphContext(StreamGraph streamGraph, Map<Integer, StreamNodeForwardGroup> steamNodeIdToForwardGroupMap, Map<Integer, Integer> frozenNodeToStartNodeMap, Map<Integer, Map<StreamEdge, NonChainedOutput>> opIntermediateOutputsCaches, Map<String, IntermediateDataSet> consumerEdgeIdToIntermediateDataSetMap, Set<Integer> finishedStreamNodeIds, ClassLoader userClassloader, StreamGraphContext.StreamGraphUpdateListener streamGraphUpdateListener)