Uses of Class
org.apache.flink.streaming.api.graph.StreamEdge
Packages that use StreamEdge
-
Uses of StreamEdge in org.apache.flink.streaming.api.graph
Methods in org.apache.flink.streaming.api.graph that return StreamEdgeMethods in org.apache.flink.streaming.api.graph that return types with arguments of type StreamEdgeModifier and TypeMethodDescriptionstatic List<StreamEdge>StreamingJobGraphGenerator.createChain(Integer currentNodeId, int chainIndex, OperatorChainInfo chainInfo, Map<Integer, OperatorChainInfo> chainEntryPoints, boolean canCreateNewChain, Executor serializationExecutor, JobVertexBuildContext jobVertexBuildContext, Consumer<Integer> visitedStreamNodeConsumer) StreamConfig.getChainedOutputs(ClassLoader cl) StreamNode.getInEdges()StreamConfig.getInPhysicalEdges(ClassLoader cl) StreamNode.getOutEdges()AdaptiveGraphManager.getOutputStreamEdges(IntermediateDataSetID intermediateDataSetId) Retrieves the stream edges that subscribe to the IntermediateDataSet.StreamGraph.getStreamEdges(int sourceId) StreamGraph.getStreamEdges(int sourceId, int targetId) StreamGraph.getStreamEdgesOrThrow(int sourceId, int targetId) Deprecated.Methods in org.apache.flink.streaming.api.graph with parameters of type StreamEdgeModifier and TypeMethodDescriptionvoidStreamNode.addInEdge(StreamEdge inEdge) voidStreamNode.addOutEdge(StreamEdge outEdge) static IntermediateDataSetStreamingJobGraphGenerator.connect(Integer headOfChain, StreamEdge edge, NonChainedOutput output, Map<Integer, JobVertex> jobVertices, JobVertexBuildContext jobVertexBuildContext) static ResultPartitionTypeStreamingJobGraphGenerator.determineUndefinedResultPartitionType(StreamEdge edge, JobVertexBuildContext jobVertexBuildContext) StreamGraph.getSourceVertex(StreamEdge edge) StreamGraph.getTargetVertex(StreamEdge edge) static booleanStreamingJobGraphGenerator.isChainable(StreamEdge edge, StreamGraph streamGraph) static booleanStreamingJobGraphGenerator.isChainable(StreamEdge edge, StreamGraph streamGraph, boolean allowChainWithDefaultParallelism) Method parameters in org.apache.flink.streaming.api.graph with type arguments of type StreamEdgeModifier and TypeMethodDescriptionstatic org.apache.flink.api.common.operators.ResourceSpecStreamingJobGraphGenerator.createChainedMinResources(Integer vertexID, List<StreamEdge> chainedOutputs, OperatorChainInfo operatorChainInfo, JobVertexBuildContext jobVertexBuildContext) static StringStreamingJobGraphGenerator.createChainedName(Integer vertexID, List<StreamEdge> chainedOutputs, Optional<OperatorChainInfo> operatorChainInfo, Map<Integer, String> chainedNames, JobVertexBuildContext jobVertexBuildContext) static org.apache.flink.api.common.operators.ResourceSpecStreamingJobGraphGenerator.createChainedPreferredResources(Integer vertexID, List<StreamEdge> chainedOutputs, OperatorChainInfo operatorChainInfo, JobVertexBuildContext jobVertexBuildContext) static voidStreamingJobGraphGenerator.setAllOperatorNonChainedOutputsConfigs(Map<Integer, Map<StreamEdge, NonChainedOutput>> opIntermediateOutputs, JobVertexBuildContext jobVertexBuildContext) voidStreamConfig.setChainedOutputs(List<StreamEdge> chainedOutputs) voidStreamConfig.setInPhysicalEdges(List<StreamEdge> inEdges) static voidStreamingJobGraphGenerator.setOperatorChainedOutputsConfig(StreamConfig config, List<StreamEdge> chainableOutputs, JobVertexBuildContext jobVertexBuildContext) static voidStreamingJobGraphGenerator.tryConvertPartitionerForDynamicGraph(List<StreamEdge> chainableOutputs, List<StreamEdge> nonChainableOutputs, JobVertexBuildContext jobVertexBuildContext) Constructors in org.apache.flink.streaming.api.graph with parameters of type StreamEdge -
Uses of StreamEdge in org.apache.flink.streaming.api.graph.util
Methods in org.apache.flink.streaming.api.graph.util that return types with arguments of type StreamEdgeModifier and TypeMethodDescriptionOperatorInfo.getNonChainableOutputs()JobVertexBuildContext.getPhysicalEdgesInOrder()OperatorChainInfo.getTransitiveInEdges()OperatorChainInfo.getTransitiveOutEdges()Methods in org.apache.flink.streaming.api.graph.util with parameters of type StreamEdgeModifier and TypeMethodDescriptionvoidJobVertexBuildContext.addPhysicalEdgesInOrder(StreamEdge edge) voidOperatorChainInfo.addTransitiveInEdge(StreamEdge streamEdge) Method parameters in org.apache.flink.streaming.api.graph.util with type arguments of type StreamEdgeModifier and TypeMethodDescriptionvoidOperatorInfo.addNonChainableOutputs(List<StreamEdge> nonChainableOutEdges) voidOperatorChainInfo.setTransitiveOutEdges(List<StreamEdge> transitiveOutEdges) Constructors in org.apache.flink.streaming.api.graph.util with parameters of type StreamEdge