Interface TableSinkLineageVertex

All Superinterfaces:
org.apache.flink.streaming.api.lineage.LineageVertex
All Known Implementing Classes:
TableSinkLineageVertexImpl

@PublicEvolving public interface TableSinkLineageVertex extends org.apache.flink.streaming.api.lineage.LineageVertex
Sink lineage vertex for table.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.flink.table.operations.ModifyType
    Modify type, INSERT/UPDATE/DELETE statement, listener can identify different sink by the type to determine whether the sink should be added to the lineage.

    Methods inherited from interface org.apache.flink.streaming.api.lineage.LineageVertex

    datasets
  • Method Details

    • modifyType

      org.apache.flink.table.operations.ModifyType modifyType()
      Modify type, INSERT/UPDATE/DELETE statement, listener can identify different sink by the type to determine whether the sink should be added to the lineage.