| Package | Description |
|---|---|
| io.debezium.connector | |
| io.debezium.connector.common | |
| io.debezium.metrics | |
| io.debezium.pipeline | |
| io.debezium.relational | |
| io.debezium.relational.history | |
| io.debezium.schema |
| Modifier and Type | Field and Description |
|---|---|
private CommonConnectorConfig |
AbstractSourceInfo.config |
| Constructor and Description |
|---|
AbstractSourceInfo(CommonConnectorConfig config) |
AbstractSourceInfoStructMaker(String connector,
String version,
CommonConnectorConfig connectorConfig) |
LegacyV1AbstractSourceInfoStructMaker(String connector,
String version,
CommonConnectorConfig connectorConfig) |
| Constructor and Description |
|---|
BaseSourceInfo(CommonConnectorConfig config) |
| Constructor and Description |
|---|
Metrics(CommonConnectorConfig connectorConfig,
String contextName) |
| Modifier and Type | Field and Description |
|---|---|
private CommonConnectorConfig |
EventDispatcher.connectorConfig |
| Constructor and Description |
|---|
EventDispatcher(CommonConnectorConfig connectorConfig,
TopicSelector<T> topicSelector,
DatabaseSchema<T> schema,
ChangeEventQueue<DataChangeEvent> queue,
DataCollectionFilters.DataCollectionFilter<T> filter,
ChangeEventCreator changeEventCreator) |
EventDispatcher(CommonConnectorConfig connectorConfig,
TopicSelector<T> topicSelector,
DatabaseSchema<T> schema,
ChangeEventQueue<DataChangeEvent> queue,
DataCollectionFilters.DataCollectionFilter<T> filter,
ChangeEventCreator changeEventCreator,
EventDispatcher.InconsistentSchemaHandler<T> inconsistentSchemaHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
HistorizedRelationalDatabaseConnectorConfig
Configuration options shared across the relational CDC connectors which use a persistent database schema history.
|
class |
RelationalDatabaseConnectorConfig
Configuration options shared across the relational CDC connectors.
|
| Constructor and Description |
|---|
RelationalDatabaseSchema(CommonConnectorConfig config,
TopicSelector<TableId> topicSelector,
Tables.TableFilter tableFilter,
Tables.ColumnNameFilter columnFilter,
TableSchemaBuilder schemaBuilder,
boolean tableIdCaseInsensitive,
Key.KeyMapper customKeysMapper) |
| Constructor and Description |
|---|
DatabaseHistoryMetrics(CommonConnectorConfig connectorConfig) |
| Modifier and Type | Method and Description |
|---|---|
static <I extends DataCollectionId> |
TopicSelector.defaultSelector(CommonConnectorConfig connectorConfig,
TopicSelector.DataCollectionTopicNamer<I> dataCollectionTopicNamer) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.