Uses of Class
org.apache.flink.streaming.api.graph.StreamNode
Packages that use StreamNode
Package
Description
-
Uses of StreamNode in org.apache.flink.runtime.jobgraph.forwardgroup
Method parameters in org.apache.flink.runtime.jobgraph.forwardgroup with type arguments of type StreamNodeModifier 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.static Map<Integer,StreamNodeForwardGroup> ForwardGroupComputeUtil.computeStreamNodeForwardGroup(Iterable<StreamNode> topologicallySortedStreamNodes, Function<StreamNode, Set<StreamNode>> forwardProducersRetriever) We calculate forward group by a set of stream nodes.static Map<Integer,StreamNodeForwardGroup> ForwardGroupComputeUtil.computeStreamNodeForwardGroup(Iterable<StreamNode> topologicallySortedStreamNodes, Function<StreamNode, Set<StreamNode>> forwardProducersRetriever) We calculate forward group by a set of stream nodes.Constructor parameters in org.apache.flink.runtime.jobgraph.forwardgroup with type arguments of type StreamNode -
Uses of StreamNode in org.apache.flink.streaming.api.graph
Methods in org.apache.flink.streaming.api.graph that return StreamNodeModifier and TypeMethodDescriptionprotected StreamNodeStreamGraph.addNode(Integer vertexID, String slotSharingGroup, String coLocationGroup, Class<? extends TaskInvokable> vertexClass, StreamOperatorFactory<?> operatorFactory, String operatorName) StreamGraph.getSourceVertex(StreamEdge edge) StreamGraph.getStreamNode(Integer vertexID) StreamGraph.getTargetVertex(StreamEdge edge) Methods in org.apache.flink.streaming.api.graph that return types with arguments of type StreamNodeModifier and TypeMethodDescriptionStreamGraph.getStreamNodes()StreamGraph.getStreamNodesSortedTopologicallyFromSources()Methods in org.apache.flink.streaming.api.graph with parameters of type StreamNodeModifier and TypeMethodDescriptionstatic voidStreamingJobGraphGenerator.createSourceChainInfo(StreamNode sourceNode, Map<Integer, OperatorChainInfo> chainEntryPoints, JobVertexBuildContext jobVertexBuildContext) static booleanStreamingJobGraphGenerator.isChainableSource(StreamNode streamNode, StreamGraph streamGraph) booleanStreamNode.isSameSlotSharingGroup(StreamNode downstreamVertex) Constructors in org.apache.flink.streaming.api.graph with parameters of type StreamNodeModifierConstructorDescriptionStreamEdge(StreamNode sourceVertex, StreamNode targetVertex, int typeNumber, long bufferTimeout, StreamPartitioner<?> outputPartitioner, org.apache.flink.util.OutputTag outputTag, StreamExchangeMode exchangeMode, int uniqueId, IntermediateDataSetID intermediateDatasetId) StreamEdge(StreamNode sourceVertex, StreamNode targetVertex, int typeNumber, StreamPartitioner<?> outputPartitioner, org.apache.flink.util.OutputTag outputTag) StreamEdge(StreamNode sourceVertex, StreamNode targetVertex, int typeNumber, StreamPartitioner<?> outputPartitioner, org.apache.flink.util.OutputTag outputTag, StreamExchangeMode exchangeMode, int uniqueId, IntermediateDataSetID intermediateDatasetId) -
Uses of StreamNode in org.apache.flink.streaming.api.graph.util
Methods in org.apache.flink.streaming.api.graph.util that return StreamNodeMethods in org.apache.flink.streaming.api.graph.util that return types with arguments of type StreamNodeMethods in org.apache.flink.streaming.api.graph.util with parameters of type StreamNodeModifier and TypeMethodDescriptionvoidOperatorChainInfo.addChainedSource(StreamNode sourceNode, ChainedSourceInfo chainedSourceInfo) voidOperatorChainInfo.recordChainedNode(StreamNode streamNode) Constructors in org.apache.flink.streaming.api.graph.util with parameters of type StreamNode