Uses of Interface
org.apache.flink.table.connector.RowLevelModificationScanContext
-
Packages that use RowLevelModificationScanContext Package Description org.apache.flink.table.connector.sink.abilities org.apache.flink.table.connector.source.abilities -
-
Uses of RowLevelModificationScanContext in org.apache.flink.table.connector.sink.abilities
Methods in org.apache.flink.table.connector.sink.abilities with parameters of type RowLevelModificationScanContext Modifier and Type Method Description SupportsRowLevelDelete.RowLevelDeleteInfo
SupportsRowLevelDelete. applyRowLevelDelete(RowLevelModificationScanContext context)
Applies row-level delete withRowLevelModificationScanContext
, and return aSupportsRowLevelDelete.RowLevelDeleteInfo
.SupportsRowLevelUpdate.RowLevelUpdateInfo
SupportsRowLevelUpdate. applyRowLevelUpdate(List<Column> updatedColumns, RowLevelModificationScanContext context)
Applies row-level update with providing the updated columns andRowLevelModificationScanContext
, and returnSupportsRowLevelUpdate.RowLevelUpdateInfo
. -
Uses of RowLevelModificationScanContext in org.apache.flink.table.connector.source.abilities
Methods in org.apache.flink.table.connector.source.abilities that return RowLevelModificationScanContext Modifier and Type Method Description RowLevelModificationScanContext
SupportsRowLevelModificationScan. applyRowLevelModificationScan(SupportsRowLevelModificationScan.RowLevelModificationType rowLevelModificationType, RowLevelModificationScanContext previousContext)
Applies the type of row-level modification and the previousRowLevelModificationScanContext
returned by previous table source scan, return a newRowLevelModificationScanContext
.Methods in org.apache.flink.table.connector.source.abilities with parameters of type RowLevelModificationScanContext Modifier and Type Method Description RowLevelModificationScanContext
SupportsRowLevelModificationScan. applyRowLevelModificationScan(SupportsRowLevelModificationScan.RowLevelModificationType rowLevelModificationType, RowLevelModificationScanContext previousContext)
Applies the type of row-level modification and the previousRowLevelModificationScanContext
returned by previous table source scan, return a newRowLevelModificationScanContext
.
-