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 forSourceLineageVertex
.
-
-
Constructor Summary
Constructors Constructor Description DefaultSourceLineageVertex(org.apache.flink.api.connector.source.Boundedness boundedness)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addDataset(org.apache.flink.streaming.api.lineage.LineageDataset lineageDataset)
org.apache.flink.api.connector.source.Boundedness
boundedness()
List<org.apache.flink.streaming.api.lineage.LineageDataset>
datasets()
-
-
-
Method Detail
-
addDataset
public void addDataset(org.apache.flink.streaming.api.lineage.LineageDataset lineageDataset)
-
datasets
public List<org.apache.flink.streaming.api.lineage.LineageDataset> datasets()
- Specified by:
datasets
in interfaceorg.apache.flink.streaming.api.lineage.LineageVertex
-
boundedness
public org.apache.flink.api.connector.source.Boundedness boundedness()
- Specified by:
boundedness
in interfaceorg.apache.flink.streaming.api.lineage.SourceLineageVertex
-
-