Uses of Interface
org.apache.flink.streaming.api.lineage.LineageEdge
-
Packages that use LineageEdge Package Description org.apache.flink.streaming.api.lineage -
-
Uses of LineageEdge in org.apache.flink.streaming.api.lineage
Methods in org.apache.flink.streaming.api.lineage that return types with arguments of type LineageEdge Modifier and Type Method Description List<LineageEdge>DefaultLineageGraph. relations()List<LineageEdge>LineageGraph. relations()Methods in org.apache.flink.streaming.api.lineage with parameters of type LineageEdge Modifier and Type Method Description DefaultLineageGraph.LineageGraphBuilderDefaultLineageGraph.LineageGraphBuilder. addLineageEdge(LineageEdge lineageEdge)DefaultLineageGraph.LineageGraphBuilderDefaultLineageGraph.LineageGraphBuilder. addLineageEdges(LineageEdge... lineageEdges)
-