| Package | Description |
|---|---|
| io.debezium.jdbc | |
| io.debezium.relational |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcConnection.readSchema(Tables tables,
String databaseCatalog,
String schemaNamePattern,
Tables.TableFilter tableFilter,
Tables.ColumnNameFilter columnFilter,
boolean removeTablesNotFoundInJdbc)
Create definitions for each tables in the database, given the catalog name, schema pattern, table filter, and
column filter.
|
| Modifier and Type | Field and Description |
|---|---|
private Tables.TableFilter |
RelationalTableFilters.tableFilter |
private Tables.TableFilter |
RelationalDatabaseSchema.tableFilter |
| Modifier and Type | Method and Description |
|---|---|
Tables.TableFilter |
RelationalTableFilters.dataCollectionFilter() |
static Tables.TableFilter |
Tables.TableFilter.fromPredicate(Predicate<TableId> predicate)
Creates a
Tables.TableFilter from the given predicate. |
protected Tables.TableFilter |
RelationalDatabaseSchema.getTableFilter() |
static Tables.TableFilter |
Tables.TableFilter.includeAll()
Creates a
Tables.TableFilter that includes all tables. |
| Modifier and Type | Method and Description |
|---|---|
Tables |
Tables.subset(Tables.TableFilter filter) |
| Constructor and Description |
|---|
HistorizedRelationalDatabaseConnectorConfig(Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorClass,
Configuration config,
String logicalName,
Tables.TableFilter systemTablesFilter,
boolean useCatalogBeforeSchema) |
HistorizedRelationalDatabaseConnectorConfig(Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorClass,
Configuration config,
String logicalName,
Tables.TableFilter systemTablesFilter,
Selectors.TableIdToStringMapper tableIdMapper,
boolean useCatalogBeforeSchema) |
HistorizedRelationalDatabaseSchema(HistorizedRelationalDatabaseConnectorConfig config,
TopicSelector<TableId> topicSelector,
Tables.TableFilter tableFilter,
Tables.ColumnNameFilter columnFilter,
TableSchemaBuilder schemaBuilder,
boolean tableIdCaseInsensitive,
Key.KeyMapper customKeysMapper) |
RelationalDatabaseConnectorConfig(Configuration config,
String logicalName,
Tables.TableFilter systemTablesFilter,
Selectors.TableIdToStringMapper tableIdMapper,
int defaultSnapshotFetchSize) |
RelationalDatabaseSchema(CommonConnectorConfig config,
TopicSelector<TableId> topicSelector,
Tables.TableFilter tableFilter,
Tables.ColumnNameFilter columnFilter,
TableSchemaBuilder schemaBuilder,
boolean tableIdCaseInsensitive,
Key.KeyMapper customKeysMapper) |
RelationalTableFilters(Configuration config,
Tables.TableFilter systemTablesFilter,
Selectors.TableIdToStringMapper tableIdMapper) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.