Uses of Class
org.apache.flink.runtime.jobgraph.forwardgroup.StreamNodeForwardGroup
-
Packages that use StreamNodeForwardGroup Package Description org.apache.flink.runtime.jobgraph.forwardgroup org.apache.flink.streaming.api.graph -
-
Uses of StreamNodeForwardGroup in org.apache.flink.runtime.jobgraph.forwardgroup
Methods in org.apache.flink.runtime.jobgraph.forwardgroup that return types with arguments of type StreamNodeForwardGroup Modifier and Type Method Description static Map<Integer,StreamNodeForwardGroup>ForwardGroupComputeUtil. computeStreamNodeForwardGroup(Iterable<StreamNode> topologicallySortedStreamNodes, Function<StreamNode,Set<StreamNode>> forwardProducersRetriever)We calculate forward group by a set of stream nodes.Methods in org.apache.flink.runtime.jobgraph.forwardgroup with parameters of type StreamNodeForwardGroup Modifier and Type Method Description booleanStreamNodeForwardGroup. mergeForwardGroup(StreamNodeForwardGroup forwardGroupToMerge)Merges forwardGroupToMerge into this and update the parallelism information for stream nodes in merged forward group. -
Uses of StreamNodeForwardGroup in org.apache.flink.streaming.api.graph
Methods in org.apache.flink.streaming.api.graph that return StreamNodeForwardGroup Modifier and Type Method Description StreamNodeForwardGroupAdaptiveGraphManager. getStreamNodeForwardGroupByVertexId(JobVertexID jobVertexId)Retrieves the StreamNodeForwardGroup which provides a stream node level ForwardGroup.Constructor parameters in org.apache.flink.streaming.api.graph with type arguments of type StreamNodeForwardGroup 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)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)
-