| Package | Description |
|---|---|
| io.debezium.relational | |
| io.debezium.relational.mapping |
| Modifier and Type | Field and Description |
|---|---|
private Selectors.TableIdToStringMapper |
RelationalDatabaseConnectorConfig.tableIdMapper |
| Modifier and Type | Method and Description |
|---|---|
Selectors.TableIdToStringMapper |
RelationalDatabaseConnectorConfig.getTableIdMapper() |
| Modifier and Type | Method and Description |
|---|---|
Selectors.TableSelectionPredicateBuilder |
Selectors.TableSelectionPredicateBuilder.excludeTables(String fullyQualifiedTableNames,
Selectors.TableIdToStringMapper tableIdMapper)
Specify the names of the tables that should be excluded.
|
static Key.KeyMapper |
Key.CustomKeyMapper.getInstance(String fullyQualifiedColumnNames,
Selectors.TableIdToStringMapper tableIdMapper)
Getting an instance with a list of regexp (table:column1,column2) delimited by ';' matching the tables keys.
|
Selectors.TableSelectionPredicateBuilder |
Selectors.TableSelectionPredicateBuilder.includeTables(String fullyQualifiedTableNames,
Selectors.TableIdToStringMapper tableIdMapper)
Specify the names of the tables that should be included.
|
| Constructor and Description |
|---|
HistorizedRelationalDatabaseConnectorConfig(Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorClass,
Configuration config,
String logicalName,
Tables.TableFilter systemTablesFilter,
Selectors.TableIdToStringMapper tableIdMapper,
boolean useCatalogBeforeSchema) |
RelationalDatabaseConnectorConfig(Configuration config,
String logicalName,
Tables.TableFilter systemTablesFilter,
Selectors.TableIdToStringMapper tableIdMapper,
int defaultSnapshotFetchSize) |
RelationalTableFilters(Configuration config,
Tables.TableFilter systemTablesFilter,
Selectors.TableIdToStringMapper tableIdMapper) |
TableId(String catalogName,
String schemaName,
String tableName,
Selectors.TableIdToStringMapper tableIdMapper)
Create a new table identifier.
|
| Modifier and Type | Field and Description |
|---|---|
private Selectors.TableIdToStringMapper |
ColumnMappers.Builder.tableIdMapper |
| Constructor and Description |
|---|
Builder(Selectors.TableIdToStringMapper tableIdMapper) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.