Uses of Class
org.apache.flink.runtime.jobgraph.forwardgroup.StreamNodeForwardGroup
Packages that use StreamNodeForwardGroup
Package
Description
-
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 StreamNodeForwardGroupModifier and TypeMethodDescriptionstatic 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 StreamNodeForwardGroupModifier and TypeMethodDescriptionbooleanStreamNodeForwardGroup.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 StreamNodeForwardGroupModifier and TypeMethodDescriptionAdaptiveGraphManager.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 StreamNodeForwardGroupModifierConstructorDescriptionDefaultStreamGraphContext(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)