Interface SinkAbilitySpec
-
- All Known Implementing Classes:
BucketingSpec
,OverwriteSpec
,PartitioningSpec
,RowLevelDeleteSpec
,RowLevelUpdateSpec
,WritingMetadataSpec
@Internal public interface SinkAbilitySpec
An interface that can not only serialize/deserialize the sink abilities to/from JSON, but also can apply the abilities to aDynamicTableSink
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(DynamicTableSink tableSink)
Apply the ability to the givenDynamicTableSink
.
-
-
-
Method Detail
-
apply
void apply(DynamicTableSink tableSink)
Apply the ability to the givenDynamicTableSink
.
-
-