Uses of Interface
org.apache.flink.streaming.api.lineage.LineageVertex
-
Packages that use LineageVertex Package Description org.apache.flink.streaming.api.lineage -
-
Uses of LineageVertex in org.apache.flink.streaming.api.lineage
Subinterfaces of LineageVertex in org.apache.flink.streaming.api.lineage Modifier and Type Interface Description interfaceSourceLineageVertexLineage vertex for source which hasBoundednessto indicate whether the data for the source is bounded.Methods in org.apache.flink.streaming.api.lineage that return LineageVertex Modifier and Type Method Description LineageVertexLineageVertexProvider. getLineageVertex()LineageVertexLineageEdge. sink()Methods in org.apache.flink.streaming.api.lineage that return types with arguments of type LineageVertex Modifier and Type Method Description List<LineageVertex>DefaultLineageGraph. sinks()List<LineageVertex>LineageGraph. sinks()
-