@Internal public class HBaseDynamicTableSink extends Object implements org.apache.flink.table.connector.sink.DynamicTableSink
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 |
|---|
HBaseDynamicTableSink(String tableName,
org.apache.flink.connector.hbase.util.HBaseTableSchema hbaseTableSchema,
org.apache.hadoop.conf.Configuration hbaseConf,
org.apache.flink.connector.hbase.options.HBaseWriteOptions writeOptions,
String nullStringLiteral) |
| Modifier and Type | Method and Description |
|---|---|
String |
asSummaryString() |
org.apache.flink.table.connector.sink.DynamicTableSink |
copy() |
org.apache.flink.table.connector.ChangelogMode |
getChangelogMode(org.apache.flink.table.connector.ChangelogMode requestedMode) |
org.apache.hadoop.conf.Configuration |
getConfiguration() |
org.apache.flink.connector.hbase.util.HBaseTableSchema |
getHBaseTableSchema() |
org.apache.flink.table.connector.sink.DynamicTableSink.SinkRuntimeProvider |
getSinkRuntimeProvider(org.apache.flink.table.connector.sink.DynamicTableSink.Context context) |
String |
getTableName() |
org.apache.flink.connector.hbase.options.HBaseWriteOptions |
getWriteOptions() |
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.DynamicTableSinkpublic org.apache.flink.table.connector.ChangelogMode getChangelogMode(org.apache.flink.table.connector.ChangelogMode requestedMode)
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.DynamicTableSink@VisibleForTesting public org.apache.flink.connector.hbase.util.HBaseTableSchema getHBaseTableSchema()
@VisibleForTesting public org.apache.flink.connector.hbase.options.HBaseWriteOptions getWriteOptions()
@VisibleForTesting public org.apache.hadoop.conf.Configuration getConfiguration()
@VisibleForTesting public String getTableName()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.