Uses of Class
org.apache.flink.table.connector.ChangelogMode
Packages that use ChangelogMode
Package
Description
-
Uses of ChangelogMode in org.apache.flink.table.connector
Methods in org.apache.flink.table.connector that return ChangelogModeModifier and TypeMethodDescriptionstatic ChangelogModeChangelogMode.all()Shortcut for a changelog that can contain allRowKinds.ChangelogMode.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 ChangelogModeModifier and TypeMethodDescriptionFormat.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 ChangelogModeModifier and TypeMethodDescriptionDynamicTableSink.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 ChangelogModeModifier and TypeMethodDescriptionDynamicTableSink.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 ChangelogModeModifier and TypeMethodDescriptionScanTableSource.getChangelogMode()Returns the set of changes that the planner can expect during runtime. -
Uses of ChangelogMode in org.apache.flink.table.functions
Methods in org.apache.flink.table.functions that return types with arguments of type ChangelogModeModifier and TypeMethodDescriptionTableSemantics.changelogMode()Actual changelog mode for the passed table.