Class TableSourceLineageVertexImpl
java.lang.Object
org.apache.flink.table.planner.lineage.TableSourceLineageVertexImpl
- All Implemented Interfaces:
org.apache.flink.streaming.api.lineage.LineageVertex,org.apache.flink.streaming.api.lineage.SourceLineageVertex,TableSourceLineageVertex
Implementation of TableSourceLineageVertex.
-
Constructor Summary
ConstructorsConstructorDescriptionTableSourceLineageVertexImpl(List<org.apache.flink.streaming.api.lineage.LineageDataset> datasets, org.apache.flink.api.connector.source.Boundedness boundedness) -
Method Summary
-
Constructor Details
-
TableSourceLineageVertexImpl
public TableSourceLineageVertexImpl(List<org.apache.flink.streaming.api.lineage.LineageDataset> datasets, org.apache.flink.api.connector.source.Boundedness boundedness)
-
-
Method Details
-
datasets
- Specified by:
datasetsin interfaceorg.apache.flink.streaming.api.lineage.LineageVertex
-
boundedness
public org.apache.flink.api.connector.source.Boundedness boundedness()- Specified by:
boundednessin interfaceorg.apache.flink.streaming.api.lineage.SourceLineageVertex
-