| Package | Description |
|---|---|
| io.debezium.pipeline | |
| io.debezium.relational | |
| io.debezium.schema |
| Modifier and Type | Field and Description |
|---|---|
private DatabaseSchema<T> |
EventDispatcher.schema |
private DatabaseSchema<?> |
ChangeEventSourceCoordinator.schema |
| Modifier and Type | Class and Description |
|---|---|
class |
HistorizedRelationalDatabaseSchema
A
DatabaseSchema or a relational database which has a schema history, that can be recovered to the current
state when restarting a connector. |
class |
RelationalDatabaseSchema
A
DatabaseSchema of a relational database such as Postgres. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HistorizedDatabaseSchema<I extends DataCollectionId>
A database schema that is historized, i.e.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.