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(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(DynamicTableSink tableSink)
SinkAbilitySpec
DynamicTableSink
.apply
in interface SinkAbilitySpec
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.