public final class PartitioningSpec extends Object implements SinkAbilitySpec
SinkAbilitySpec that can not only serialize/deserialize the partition
to/from JSON, but also can write partitioned data for SupportsPartitioning.| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_NAME_PARTITION |
| Constructor and Description |
|---|
PartitioningSpec(Map<String,String> partition) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.apache.flink.table.connector.sink.DynamicTableSink tableSink)
Apply the ability to the given
DynamicTableSink. |
boolean |
equals(Object o) |
int |
hashCode() |
public static final String FIELD_NAME_PARTITION
public void apply(org.apache.flink.table.connector.sink.DynamicTableSink tableSink)
SinkAbilitySpecDynamicTableSink.apply in interface SinkAbilitySpecCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.