| Package | Description |
|---|---|
| io.debezium.relational |
| 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.
|
Selectors.TableSelectionPredicateBuilder |
Selectors.TableSelectionPredicateBuilder.includeTables(String fullyQualifiedTableNames,
Selectors.TableIdToStringMapper tableIdMapper)
Specify the names of the tables that should be included.
|
| Constructor and Description |
|---|
HistorizedRelationalDatabaseConnectorConfig(Configuration config,
String logicalName,
Tables.TableFilter systemTablesFilter,
Selectors.TableIdToStringMapper tableIdMapper) |
RelationalDatabaseConnectorConfig(Configuration config,
String logicalName,
Tables.TableFilter systemTablesFilter,
Selectors.TableIdToStringMapper tableIdMapper) |
RelationalTableFilters(Configuration config,
Tables.TableFilter systemTablesFilter,
Selectors.TableIdToStringMapper tableIdMapper) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.