| Package | Description |
|---|---|
| io.debezium.pipeline | |
| io.debezium.relational | |
| io.debezium.schema |
| Modifier and Type | Class and Description |
|---|---|
class |
EventDispatcher<T extends DataCollectionId>
Central dispatcher for data change and schema change events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TableId
Unique identifier for a database table.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DatabaseSchema<I extends DataCollectionId>
The schema of a database.
|
static interface |
DataCollectionFilters.DataCollectionFilter<T extends DataCollectionId> |
interface |
HistorizedDatabaseSchema<I extends DataCollectionId>
A database schema that is historized, i.e.
|
class |
TopicSelector<I extends DataCollectionId>
Implementations return names for Kafka topics (data and meta-data).
|
static interface |
TopicSelector.DataCollectionTopicNamer<I extends DataCollectionId>
Implementations determine the topic name corresponding to a given data collection.
|
private static class |
TopicSelector.TopicNameCache<I extends DataCollectionId>
A topic namer that caches names it has obtained from a delegate.
|
private static class |
TopicSelector.TopicNameSanitizer<I extends DataCollectionId>
A topic namer that replaces any characters invalid in a topic name with
_. |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
DataCollectionId |
DataCollectionSchema.id() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.