Class DefaultSourceLineageVertex
java.lang.Object
org.apache.flink.streaming.api.lineage.DefaultSourceLineageVertex
- All Implemented Interfaces:
org.apache.flink.streaming.api.lineage.LineageVertex,org.apache.flink.streaming.api.lineage.SourceLineageVertex
@Internal
public class DefaultSourceLineageVertex
extends Object
implements org.apache.flink.streaming.api.lineage.SourceLineageVertex
Default implementation for
SourceLineageVertex.-
Constructor Summary
ConstructorsConstructorDescriptionDefaultSourceLineageVertex(org.apache.flink.api.connector.source.Boundedness boundedness) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDataset(org.apache.flink.streaming.api.lineage.LineageDataset lineageDataset) org.apache.flink.api.connector.source.BoundednessList<org.apache.flink.streaming.api.lineage.LineageDataset>datasets()
-
Constructor Details
-
DefaultSourceLineageVertex
public DefaultSourceLineageVertex(org.apache.flink.api.connector.source.Boundedness boundedness)
-
-
Method Details
-
addDataset
public void addDataset(org.apache.flink.streaming.api.lineage.LineageDataset lineageDataset) -
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
-