Uses of Class
org.apache.flink.table.connector.ChangelogMode
-
-
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.static ChangelogModeChangelogMode. upsert(boolean keyOnlyDeletes)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. -
Uses of ChangelogMode in org.apache.flink.table.functions
Methods in org.apache.flink.table.functions that return ChangelogMode Modifier and Type Method Description ChangelogModeChangelogFunction. getChangelogMode(ChangelogFunction.ChangelogContext changelogContext)Returns theChangelogModeof the PTF, taking into account the table arguments and the planner's requirements.ChangelogModeProcessTableFunction.Context. getChangelogMode()Returns theChangelogModethat the framework expects from this function.ChangelogModeChangelogFunction.ChangelogContext. getRequiredChangelogMode()Returns theChangelogModethat the framework requires from the function.ChangelogModeChangelogFunction.ChangelogContext. getTableChangelogMode(int pos)Returns information about a table argument's changelog mode.Methods in org.apache.flink.table.functions that return types with arguments of type ChangelogMode Modifier and Type Method Description Optional<ChangelogMode>TableSemantics. changelogMode()Actual changelog mode for the passed table. -
Uses of ChangelogMode in org.apache.flink.table.types.inference
Methods in org.apache.flink.table.types.inference that return types with arguments of type ChangelogMode Modifier and Type Method Description default Optional<ChangelogMode>CallContext. getOutputChangelogMode()Returns theChangelogModethat the framework requires from the function.
-