Interface LineageVertexProvider

All Known Implementing Classes:
FromElementsFunction

@PublicEvolving public interface LineageVertexProvider
Create lineage vertex for source and sink in DataStream. If the source and sink connectors in datastream job implement this interface, flink will get lineage vertex and create all-to-all lineages between sources and sinks by default.
  • Method Details