| Interface | Description |
|---|---|
| DatasetConfigFacet |
Builtin config facet for dataset.
|
| DatasetSchemaFacet |
Builtin schema facet for dataset.
|
| DatasetSchemaField<T> |
Field for schema in dataset.
|
| LineageDataset |
Lineage dataset represents the source or sink in the job.
|
| LineageDatasetFacet |
Facet interface for dataset.
|
| LineageEdge |
Lineage edge from source to sink.
|
| LineageGraph |
Job lineage is built according to
StreamGraph, users can get sources, sinks and
relationships from lineage and manage the relationship between jobs and tables. |
| LineageVertex |
Lineage vertex represents the connectors in lineage graph, including source
SourceLineageVertex and sink. |
| LineageVertexProvider |
Create lineage vertex for source and sink in DataStream.
|
| SourceLineageVertex |
Lineage vertex for source which has
Boundedness to indicate whether the data for the
source is bounded. |
| Class | Description |
|---|---|
| DefaultLineageGraph |
Default implementation for
LineageGraph. |
| DefaultLineageGraph.LineageGraphBuilder |
Build the default lineage graph from
LineageEdge. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.