| Package | Description |
|---|---|
| io.debezium.relational | |
| io.debezium.relational.mapping |
| Modifier and Type | Class and Description |
|---|---|
class |
HistorizedRelationalDatabaseConnectorConfig
Configuration options shared across the relational CDC connectors which use a persistent database schema history.
|
| Modifier and Type | Field and Description |
|---|---|
private RelationalDatabaseConnectorConfig |
RelationalSnapshotChangeEventSource.connectorConfig |
| Constructor and Description |
|---|
RelationalDatabaseSchema(RelationalDatabaseConnectorConfig config,
TopicSelector<TableId> topicSelector,
Tables.TableFilter tableFilter,
Tables.ColumnNameFilter columnFilter,
TableSchemaBuilder schemaBuilder,
boolean tableIdCaseInsensitive,
Key.KeyMapper customKeysMapper) |
RelationalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig connectorConfig,
OffsetContext previousOffset,
JdbcConnection jdbcConnection,
EventDispatcher<TableId> dispatcher,
Clock clock,
SnapshotProgressListener snapshotProgressListener) |
RelationalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig connectorConfig,
OffsetContext previousOffset,
JdbcConnection jdbcConnection,
HistorizedRelationalDatabaseSchema schema,
EventDispatcher<TableId> dispatcher,
Clock clock,
SnapshotProgressListener snapshotProgressListener) |
| Modifier and Type | Method and Description |
|---|---|
static ColumnMappers |
ColumnMappers.create(RelationalDatabaseConnectorConfig connectorConfig)
Builds a new
ColumnMappers instance based on the given configuration. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.