public class HoodieTableSink extends Object implements org.apache.flink.table.connector.sink.DynamicTableSink, org.apache.flink.table.connector.sink.abilities.SupportsPartitioning, org.apache.flink.table.connector.sink.abilities.SupportsOverwrite
org.apache.flink.table.connector.sink.DynamicTableSink.Context, org.apache.flink.table.connector.sink.DynamicTableSink.DataStructureConverter, org.apache.flink.table.connector.sink.DynamicTableSink.SinkRuntimeProvider| Constructor and Description |
|---|
HoodieTableSink(org.apache.flink.configuration.Configuration conf,
org.apache.flink.table.catalog.ResolvedSchema schema) |
HoodieTableSink(org.apache.flink.configuration.Configuration conf,
org.apache.flink.table.catalog.ResolvedSchema schema,
boolean overwrite) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyOverwrite(boolean overwrite) |
void |
applyStaticPartition(Map<String,String> partitions) |
String |
asSummaryString() |
org.apache.flink.table.connector.sink.DynamicTableSink |
copy() |
org.apache.flink.table.connector.ChangelogMode |
getChangelogMode(org.apache.flink.table.connector.ChangelogMode changelogMode) |
org.apache.flink.configuration.Configuration |
getConf() |
org.apache.flink.table.connector.sink.DynamicTableSink.SinkRuntimeProvider |
getSinkRuntimeProvider(org.apache.flink.table.connector.sink.DynamicTableSink.Context context) |
public HoodieTableSink(org.apache.flink.configuration.Configuration conf,
org.apache.flink.table.catalog.ResolvedSchema schema)
public HoodieTableSink(org.apache.flink.configuration.Configuration conf,
org.apache.flink.table.catalog.ResolvedSchema schema,
boolean overwrite)
public org.apache.flink.table.connector.sink.DynamicTableSink.SinkRuntimeProvider getSinkRuntimeProvider(org.apache.flink.table.connector.sink.DynamicTableSink.Context context)
getSinkRuntimeProvider in interface org.apache.flink.table.connector.sink.DynamicTableSink@VisibleForTesting public org.apache.flink.configuration.Configuration getConf()
public org.apache.flink.table.connector.ChangelogMode getChangelogMode(org.apache.flink.table.connector.ChangelogMode changelogMode)
getChangelogMode in interface org.apache.flink.table.connector.sink.DynamicTableSinkpublic org.apache.flink.table.connector.sink.DynamicTableSink copy()
copy in interface org.apache.flink.table.connector.sink.DynamicTableSinkpublic String asSummaryString()
asSummaryString in interface org.apache.flink.table.connector.sink.DynamicTableSinkpublic void applyStaticPartition(Map<String,String> partitions)
applyStaticPartition in interface org.apache.flink.table.connector.sink.abilities.SupportsPartitioningpublic void applyOverwrite(boolean overwrite)
applyOverwrite in interface org.apache.flink.table.connector.sink.abilities.SupportsOverwriteCopyright © 2022 The Apache Software Foundation. All rights reserved.