public class RedisDynamicTableSink extends Object implements org.apache.flink.table.connector.sink.DynamicTableSink, org.apache.flink.api.common.functions.Partitioner<Object>
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
IDENTIFIER |
| 构造器和说明 |
|---|
RedisDynamicTableSink(org.apache.flink.table.catalog.ResolvedSchema schema,
org.apache.flink.table.connector.format.EncodingFormat<org.apache.flink.api.common.serialization.SerializationSchema<org.apache.flink.table.data.RowData>> encodingFormat,
org.apache.flink.configuration.Configuration options) |
| 限定符和类型 | 方法和说明 |
|---|---|
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.flink.table.connector.sink.DynamicTableSink.SinkRuntimeProvider |
getSinkRuntimeProvider(org.apache.flink.table.connector.sink.DynamicTableSink.Context context) |
int |
partition(Object key,
int numPartitions) |
public RedisDynamicTableSink(org.apache.flink.table.catalog.ResolvedSchema schema,
org.apache.flink.table.connector.format.EncodingFormat<org.apache.flink.api.common.serialization.SerializationSchema<org.apache.flink.table.data.RowData>> encodingFormat,
org.apache.flink.configuration.Configuration options)
public org.apache.flink.table.connector.ChangelogMode getChangelogMode(org.apache.flink.table.connector.ChangelogMode requestedMode)
getChangelogMode 在接口中 org.apache.flink.table.connector.sink.DynamicTableSinkpublic org.apache.flink.table.connector.sink.DynamicTableSink.SinkRuntimeProvider getSinkRuntimeProvider(org.apache.flink.table.connector.sink.DynamicTableSink.Context context)
getSinkRuntimeProvider 在接口中 org.apache.flink.table.connector.sink.DynamicTableSinkpublic org.apache.flink.table.connector.sink.DynamicTableSink copy()
copy 在接口中 org.apache.flink.table.connector.sink.DynamicTableSinkpublic String asSummaryString()
asSummaryString 在接口中 org.apache.flink.table.connector.sink.DynamicTableSinkCopyright © 2023–2024. All rights reserved.