Uses of Interface
org.apache.flink.streaming.api.lineage.SourceLineageVertex
Packages that use SourceLineageVertex
-
Uses of SourceLineageVertex in org.apache.flink.streaming.api.lineage
Methods in org.apache.flink.streaming.api.lineage that return SourceLineageVertexMethods in org.apache.flink.streaming.api.lineage that return types with arguments of type SourceLineageVertexMethods in org.apache.flink.streaming.api.lineage with parameters of type SourceLineageVertexModifier and TypeMethodDescriptionDefaultLineageGraph.LineageGraphBuilder.addSourceVertex(SourceLineageVertex sourceVertex) DefaultLineageGraph.LineageGraphBuilder.addSourceVertexes(SourceLineageVertex... sourceVertexes) Constructors in org.apache.flink.streaming.api.lineage with parameters of type SourceLineageVertexModifierConstructorDescriptionDefaultLineageEdge(SourceLineageVertex sourceLineageVertex, LineageVertex sinkVertex)