Class BigtableLineage
java.lang.Object
io.github.flink.gcp.connector.bigtable.BigtableLineage
Configured table identities shared by the Bigtable sources and sink families.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.flink.streaming.api.lineage.LineageVertexsink(DestinationResolver<?> resolver, String logicalName) Inspects a fixed resolver without evaluating a destination against a record.static org.apache.flink.streaming.api.lineage.SourceLineageVertexsource(TableDestination table, org.apache.flink.api.connector.source.Boundedness boundedness, String logicalName) Reports the configured table with the source's actual boundedness.
-
Method Details
-
source
public static org.apache.flink.streaming.api.lineage.SourceLineageVertex source(TableDestination table, org.apache.flink.api.connector.source.Boundedness boundedness, @Nullable String logicalName) Reports the configured table with the source's actual boundedness. -
sink
public static org.apache.flink.streaming.api.lineage.LineageVertex sink(DestinationResolver<?> resolver, @Nullable String logicalName) Inspects a fixed resolver without evaluating a destination against a record.
-