类 RedisDynamicTableSink
- java.lang.Object
-
- org.apache.flink.streaming.connectors.redis.table.RedisDynamicTableSink
-
- 所有已实现的接口:
org.apache.flink.table.connector.sink.DynamicTableSink
public class RedisDynamicTableSink extends Object implements org.apache.flink.table.connector.sink.DynamicTableSink
Created by jeff.zou on 2020/9/10.
-
-
构造器概要
构造器 构造器 说明 RedisDynamicTableSink(RedisCommand redisCommand, Map<String,String> properties, org.apache.flink.table.catalog.ResolvedSchema resolvedSchema, org.apache.flink.configuration.ReadableConfig config)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringasSummaryString()org.apache.flink.table.connector.sink.DynamicTableSinkcopy()org.apache.flink.table.connector.ChangelogModegetChangelogMode(org.apache.flink.table.connector.ChangelogMode requestedMode)org.apache.flink.table.connector.sink.DynamicTableSink.SinkRuntimeProvidergetSinkRuntimeProvider(org.apache.flink.table.connector.sink.DynamicTableSink.Context context)
-
-
-
构造器详细资料
-
RedisDynamicTableSink
public RedisDynamicTableSink(RedisCommand redisCommand, Map<String,String> properties, org.apache.flink.table.catalog.ResolvedSchema resolvedSchema, org.apache.flink.configuration.ReadableConfig config)
-
-
方法详细资料
-
getChangelogMode
public org.apache.flink.table.connector.ChangelogMode getChangelogMode(org.apache.flink.table.connector.ChangelogMode requestedMode)
- 指定者:
getChangelogMode在接口中org.apache.flink.table.connector.sink.DynamicTableSink
-
getSinkRuntimeProvider
public 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.DynamicTableSink
-
copy
public org.apache.flink.table.connector.sink.DynamicTableSink copy()
- 指定者:
copy在接口中org.apache.flink.table.connector.sink.DynamicTableSink
-
asSummaryString
public String asSummaryString()
- 指定者:
asSummaryString在接口中org.apache.flink.table.connector.sink.DynamicTableSink
-
-