Uses of Class
org.apache.flink.streaming.api.graph.StreamEdge
-
Packages that use StreamEdge Package Description org.apache.flink.streaming.api.graph -
-
Uses of StreamEdge in org.apache.flink.streaming.api.graph
Methods in org.apache.flink.streaming.api.graph that return StreamEdge Modifier and Type Method Description StreamEdgeStreamConfig.SourceInputConfig. getInputEdge()Methods in org.apache.flink.streaming.api.graph that return types with arguments of type StreamEdge Modifier and Type Method Description List<StreamEdge>StreamConfig. getChainedOutputs(ClassLoader cl)List<StreamEdge>StreamNode. getInEdges()List<StreamEdge>StreamConfig. getInPhysicalEdges(ClassLoader cl)List<StreamEdge>StreamNode. getOutEdges()List<StreamEdge>StreamGraph. getStreamEdges(int sourceId)List<StreamEdge>StreamGraph. getStreamEdges(int sourceId, int targetId)List<StreamEdge>StreamGraph. getStreamEdgesOrThrow(int sourceId, int targetId)Deprecated.Methods in org.apache.flink.streaming.api.graph with parameters of type StreamEdge Modifier and Type Method Description voidStreamNode. addInEdge(StreamEdge inEdge)voidStreamNode. addOutEdge(StreamEdge outEdge)StreamNodeStreamGraph. getSourceVertex(StreamEdge edge)StreamNodeStreamGraph. getTargetVertex(StreamEdge edge)static booleanStreamingJobGraphGenerator. isChainable(StreamEdge edge, StreamGraph streamGraph)Method parameters in org.apache.flink.streaming.api.graph with type arguments of type StreamEdge Modifier and Type Method Description voidStreamConfig. setChainedOutputs(List<StreamEdge> chainedOutputs)voidStreamConfig. setInPhysicalEdges(List<StreamEdge> inEdges)Constructors in org.apache.flink.streaming.api.graph with parameters of type StreamEdge Constructor Description SourceInputConfig(StreamEdge inputEdge)
-