Interface LineageGraph
-
- All Known Implementing Classes:
DefaultLineageGraph
@PublicEvolving public interface LineageGraph
Job lineage graph that users can get sources, sinks and relationships from lineage and manage the relationship between jobs and tables.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<LineageEdge>
relations()
List<LineageVertex>
sinks()
List<SourceLineageVertex>
sources()
-
-
-
Method Detail
-
sources
List<SourceLineageVertex> sources()
-
sinks
List<LineageVertex> sinks()
-
relations
List<LineageEdge> relations()
-
-