Uses of Interface
org.apache.flink.streaming.api.lineage.SourceLineageVertex
-
Packages that use SourceLineageVertex Package Description org.apache.flink.streaming.api.lineage -
-
Uses of SourceLineageVertex in org.apache.flink.streaming.api.lineage
Methods in org.apache.flink.streaming.api.lineage that return SourceLineageVertex Modifier and Type Method Description SourceLineageVertexDefaultLineageEdge. source()SourceLineageVertexLineageEdge. source()Methods in org.apache.flink.streaming.api.lineage that return types with arguments of type SourceLineageVertex Modifier and Type Method Description List<SourceLineageVertex>DefaultLineageGraph. sources()List<SourceLineageVertex>LineageGraph. sources()Methods in org.apache.flink.streaming.api.lineage with parameters of type SourceLineageVertex Modifier and Type Method Description DefaultLineageGraph.LineageGraphBuilderDefaultLineageGraph.LineageGraphBuilder. addSourceVertex(SourceLineageVertex sourceVertex)DefaultLineageGraph.LineageGraphBuilderDefaultLineageGraph.LineageGraphBuilder. addSourceVertexes(SourceLineageVertex... sourceVertexes)Constructors in org.apache.flink.streaming.api.lineage with parameters of type SourceLineageVertex Constructor Description DefaultLineageEdge(SourceLineageVertex sourceLineageVertex, LineageVertex sinkVertex)
-