Modifier and Type | Class and Description |
---|---|
static class |
CdcMetadataConverter.DatabaseNameConverter
Name of the database that contain the row.
|
static class |
CdcMetadataConverter.OpTsConverter
It indicates the time that the change was made in the database.
|
static class |
CdcMetadataConverter.SchemaNameConverter
Name of the schema that contain the row.
|
static class |
CdcMetadataConverter.TableNameConverter
Name of the table that contain the row.
|
Modifier and Type | Field and Description |
---|---|
protected CdcMetadataConverter[] |
SynchronizationActionBase.metadataConverters |
Modifier and Type | Method and Description |
---|---|
static CdcMetadataConverter |
CdcMetadataProcessor.converter(SyncJobHandler.SourceType sourceType,
String column) |
CdcMetadataConverter |
SyncJobHandler.provideMetadataConverter(String column) |
Modifier and Type | Method and Description |
---|---|
static Schema |
CdcActionCommonUtils.buildPaimonSchema(String tableName,
List<String> specifiedPartitionKeys,
List<String> specifiedPrimaryKeys,
List<ComputedColumn> computedColumns,
Map<String,String> tableConfig,
Schema sourceSchema,
CdcMetadataConverter[] metadataConverters,
boolean caseSensitive,
boolean strictlyCheckSpecified,
boolean requirePrimaryKeys) |
org.apache.flink.api.common.functions.FlatMapFunction<CdcSourceRecord,RichCdcMultiplexRecord> |
SyncJobHandler.provideRecordParser(List<ComputedColumn> computedColumns,
TypeMapping typeMapping,
CdcMetadataConverter[] metadataConverters) |
Constructor and Description |
---|
MySqlRecordParser(org.apache.flink.configuration.Configuration mySqlConfig,
List<ComputedColumn> computedColumns,
TypeMapping typeMapping,
CdcMetadataConverter[] metadataConverters) |
Constructor and Description |
---|
PostgresRecordParser(org.apache.flink.configuration.Configuration postgresConfig,
List<ComputedColumn> computedColumns,
TypeMapping typeMapping,
CdcMetadataConverter[] metadataConverters) |
Constructor and Description |
---|
NewTableSchemaBuilder(Map<String,String> tableConfig,
boolean caseSensitive,
List<String> partitionKeys,
List<String> primaryKeys,
boolean requirePrimaryKeys,
Map<String,List<String>> partitionKeyMultiple,
CdcMetadataConverter[] metadataConverters) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.