Uses of Class
org.apache.flink.table.connector.ChangelogMode
-
Packages that use ChangelogMode Package Description org.apache.flink.table.connector org.apache.flink.table.connector.format org.apache.flink.table.connector.sink org.apache.flink.table.connector.source -
-
Uses of ChangelogMode in org.apache.flink.table.connector
Methods in org.apache.flink.table.connector that return ChangelogMode Modifier and Type Method Description static ChangelogModeChangelogMode. all()Shortcut for a changelog that can contain allRowKinds.ChangelogModeChangelogMode.Builder. build()static ChangelogModeChangelogMode. insertOnly()Shortcut for a simpleRowKind.INSERT-only changelog.static ChangelogModeChangelogMode. upsert()Shortcut for an upsert changelog that describes idempotent updates on a key and thus does not containRowKind.UPDATE_BEFORErows. -
Uses of ChangelogMode in org.apache.flink.table.connector.format
Methods in org.apache.flink.table.connector.format that return ChangelogMode Modifier and Type Method Description ChangelogModeFormat. getChangelogMode()Returns the set of changes that a connector (and transitively the planner) can expect during runtime. -
Uses of ChangelogMode in org.apache.flink.table.connector.sink
Methods in org.apache.flink.table.connector.sink that return ChangelogMode Modifier and Type Method Description ChangelogModeDynamicTableSink. getChangelogMode(ChangelogMode requestedMode)Returns the set of changes that the sink accepts during runtime.Methods in org.apache.flink.table.connector.sink with parameters of type ChangelogMode Modifier and Type Method Description ChangelogModeDynamicTableSink. getChangelogMode(ChangelogMode requestedMode)Returns the set of changes that the sink accepts during runtime. -
Uses of ChangelogMode in org.apache.flink.table.connector.source
Methods in org.apache.flink.table.connector.source that return ChangelogMode Modifier and Type Method Description ChangelogModeScanTableSource. getChangelogMode()Returns the set of changes that the planner can expect during runtime.
-