| Package | Description |
|---|---|
| io.debezium.relational | |
| io.debezium.schema |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static <I extends DataCollectionId> |
TopicSelector.defaultSelector(CommonConnectorConfig connectorConfig,
TopicSelector.DataCollectionTopicNamer<I> dataCollectionTopicNamer) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.