| 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(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) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.