Uses of Interface
org.apache.flink.streaming.api.graph.StreamGraphContext.StreamGraphUpdateListener
-
Packages that use StreamGraphContext.StreamGraphUpdateListener Package Description org.apache.flink.streaming.api.graph -
-
Uses of StreamGraphContext.StreamGraphUpdateListener in org.apache.flink.streaming.api.graph
Classes in org.apache.flink.streaming.api.graph that implement StreamGraphContext.StreamGraphUpdateListener Modifier and Type Class Description classAdaptiveGraphManagerDefault implementation forAdaptiveGraphGenerator.Constructors in org.apache.flink.streaming.api.graph with parameters of type StreamGraphContext.StreamGraphUpdateListener Constructor Description DefaultStreamGraphContext(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)
-