| Package | Description |
|---|---|
| org.apache.flink.table.planner.plan.abilities.sink | |
| org.apache.flink.table.planner.plan.nodes.exec.spec |
| Modifier and Type | Class and Description |
|---|---|
class |
OverwriteSpec
A sub-class of
SinkAbilitySpec that can not only serialize/deserialize the overwrite flag
to/from JSON, but also can overwrite existing data for SupportsOverwrite. |
class |
PartitioningSpec
A sub-class of
SinkAbilitySpec that can not only serialize/deserialize the partition
to/from JSON, but also can write partitioned data for SupportsPartitioning. |
class |
WritingMetadataSpec
A sub-class of
SinkAbilitySpec that can not only serialize/deserialize the metadata
columns to/from JSON, but also can write the metadata columns for SupportsWritingMetadata. |
| Modifier and Type | Method and Description |
|---|---|
List<SinkAbilitySpec> |
DynamicTableSinkSpec.getSinkAbilities() |
| Constructor and Description |
|---|
DynamicTableSinkSpec(org.apache.flink.table.catalog.ContextResolvedTable contextResolvedTable,
List<SinkAbilitySpec> sinkAbilities) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.