| Package | Description |
|---|---|
| io.debezium.relational |
| Modifier and Type | Class and Description |
|---|---|
class |
RelationalDatabaseConnectorConfig
Configuration options shared across the relational CDC connectors.
|
| Constructor and Description |
|---|
HistorizedRelationalDatabaseSchema(CommonConnectorConfig config,
TopicSelector<TableId> topicSelector,
Predicate<TableId> tableFilter,
Predicate<ColumnId> columnFilter,
TableSchemaBuilder schemaBuilder,
boolean tableIdCaseInsensitive) |
RelationalDatabaseSchema(CommonConnectorConfig config,
TopicSelector<TableId> topicSelector,
Predicate<TableId> tableFilter,
Predicate<ColumnId> columnFilter,
TableSchemaBuilder schemaBuilder,
boolean tableIdCaseInsensitive) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.