| Package | Description |
|---|---|
| io.debezium.pipeline | |
| io.debezium.relational | |
| io.debezium.schema |
| Modifier and Type | Field and Description |
|---|---|
private TopicSelector<T> |
EventDispatcher.topicSelector |
| 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 | Field and Description |
|---|---|
private TopicSelector<TableId> |
RelationalDatabaseSchema.topicSelector |
| Constructor and Description |
|---|
HistorizedRelationalDatabaseSchema(HistorizedRelationalDatabaseConnectorConfig config,
TopicSelector<TableId> topicSelector,
Tables.TableFilter tableFilter,
Tables.ColumnNameFilter columnFilter,
TableSchemaBuilder schemaBuilder,
boolean tableIdCaseInsensitive,
Key.KeyMapper customKeysMapper) |
RelationalDatabaseSchema(CommonConnectorConfig config,
TopicSelector<TableId> topicSelector,
Tables.TableFilter tableFilter,
Tables.ColumnNameFilter columnFilter,
TableSchemaBuilder schemaBuilder,
boolean tableIdCaseInsensitive,
Key.KeyMapper customKeysMapper) |
| Modifier and Type | Method and Description |
|---|---|
static <I extends DataCollectionId> |
TopicSelector.defaultSelector(CommonConnectorConfig connectorConfig,
TopicSelector.DataCollectionTopicNamer<I> dataCollectionTopicNamer) |
static <I extends DataCollectionId> |
TopicSelector.defaultSelector(String prefix,
String heartbeatPrefix,
String delimiter,
TopicSelector.DataCollectionTopicNamer<I> dataCollectionTopicNamer) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.