Uses of Interface
org.apache.flink.table.planner.plan.abilities.sink.SinkAbilitySpec
Packages that use SinkAbilitySpec
Package
Description
-
Uses of SinkAbilitySpec in org.apache.flink.table.planner.plan.abilities.sink
Classes in org.apache.flink.table.planner.plan.abilities.sink that implement SinkAbilitySpecModifier and TypeClassDescriptionfinal classNo properties.final classA sub-class ofSinkAbilitySpecthat can not only serialize/deserialize the overwrite flag to/from JSON, but also can overwrite existing data forSupportsOverwrite.final classA sub-class ofSinkAbilitySpecthat can not only serialize/deserialize the partition to/from JSON, but also can write partitioned data forSupportsPartitioning.classA sub-class ofSinkAbilitySpecthat can not only serialize/deserialize the row-level delete mode & required physical column indices to/from JSON, but also can delete existing data forSupportsRowLevelDelete.classA sub-class ofSinkAbilitySpecthat can not only serialize/deserialize the row-level update mode, columns & required physical column indices to/from JSON, but also can update existing data forSupportsRowLevelUpdate.final classA sub-class ofSinkAbilitySpecthat can not only serialize/deserialize the metadata columns to/from JSON, but also can write the metadata columns forSupportsWritingMetadata. -
Uses of SinkAbilitySpec in org.apache.flink.table.planner.plan.nodes.exec.spec
Methods in org.apache.flink.table.planner.plan.nodes.exec.spec that return types with arguments of type SinkAbilitySpecConstructor parameters in org.apache.flink.table.planner.plan.nodes.exec.spec with type arguments of type SinkAbilitySpecModifierConstructorDescriptionDynamicTableSinkSpec(org.apache.flink.table.catalog.ContextResolvedTable contextResolvedTable, List<SinkAbilitySpec> sinkAbilities, int[][] targetColumns)