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 SourceLineageVertex
DefaultLineageEdge. source()
SourceLineageVertex
LineageEdge. 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.LineageGraphBuilder
DefaultLineageGraph.LineageGraphBuilder. addSourceVertex(SourceLineageVertex sourceVertex)
DefaultLineageGraph.LineageGraphBuilder
DefaultLineageGraph.LineageGraphBuilder. addSourceVertexes(SourceLineageVertex... sourceVertexes)
Constructors in org.apache.flink.streaming.api.lineage with parameters of type SourceLineageVertex Constructor Description DefaultLineageEdge(SourceLineageVertex sourceLineageVertex, LineageVertex sinkVertex)
-