public class RedisDynamicTableSource extends Object implements org.apache.flink.table.connector.source.LookupTableSource, org.apache.flink.table.connector.source.ScanTableSource
org.apache.flink.table.connector.source.LookupTableSource.LookupContext, org.apache.flink.table.connector.source.LookupTableSource.LookupRuntimeProvider| 限定符和类型 | 字段和说明 |
|---|---|
protected org.apache.flink.table.connector.format.DecodingFormat<org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.table.data.RowData>> |
decodingFormat
Optional format for decoding keys from Kafka.
|
static String |
IDENTIFIER |
protected RedisLookupOptions |
redisLookupOptions |
protected org.apache.flink.table.catalog.ResolvedSchema |
schema
Data type to configure the formats.
|
| 构造器和说明 |
|---|
RedisDynamicTableSource(org.apache.flink.table.catalog.ResolvedSchema schema,
org.apache.flink.table.connector.format.DecodingFormat<org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.table.data.RowData>> decodingFormat,
RedisLookupOptions redisLookupOptions,
org.apache.flink.configuration.Configuration c) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
asSummaryString() |
org.apache.flink.table.connector.source.DynamicTableSource |
copy() |
org.apache.flink.table.connector.ChangelogMode |
getChangelogMode() |
org.apache.flink.table.connector.source.LookupTableSource.LookupRuntimeProvider |
getLookupRuntimeProvider(org.apache.flink.table.connector.source.LookupTableSource.LookupContext context) |
org.apache.flink.table.connector.source.ScanTableSource.ScanRuntimeProvider |
getScanRuntimeProvider(org.apache.flink.table.connector.source.ScanTableSource.ScanContext runtimeProviderContext) |
protected final org.apache.flink.table.catalog.ResolvedSchema schema
@Nullable protected final org.apache.flink.table.connector.format.DecodingFormat<org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.table.data.RowData>> decodingFormat
protected final RedisLookupOptions redisLookupOptions
public RedisDynamicTableSource(org.apache.flink.table.catalog.ResolvedSchema schema,
org.apache.flink.table.connector.format.DecodingFormat<org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.table.data.RowData>> decodingFormat,
RedisLookupOptions redisLookupOptions,
org.apache.flink.configuration.Configuration c)
public org.apache.flink.table.connector.source.LookupTableSource.LookupRuntimeProvider getLookupRuntimeProvider(org.apache.flink.table.connector.source.LookupTableSource.LookupContext context)
getLookupRuntimeProvider 在接口中 org.apache.flink.table.connector.source.LookupTableSourcepublic org.apache.flink.table.connector.source.DynamicTableSource copy()
copy 在接口中 org.apache.flink.table.connector.source.DynamicTableSourcepublic String asSummaryString()
asSummaryString 在接口中 org.apache.flink.table.connector.source.DynamicTableSourcepublic org.apache.flink.table.connector.ChangelogMode getChangelogMode()
getChangelogMode 在接口中 org.apache.flink.table.connector.source.ScanTableSourcepublic org.apache.flink.table.connector.source.ScanTableSource.ScanRuntimeProvider getScanRuntimeProvider(org.apache.flink.table.connector.source.ScanTableSource.ScanContext runtimeProviderContext)
getScanRuntimeProvider 在接口中 org.apache.flink.table.connector.source.ScanTableSourceCopyright © 2023–2024. All rights reserved.