Uses of Interface
io.debezium.schema.HistorizedDatabaseSchema
-
Packages that use HistorizedDatabaseSchema Package Description io.debezium.pipeline io.debezium.relational -
-
Uses of HistorizedDatabaseSchema in io.debezium.pipeline
Fields in io.debezium.pipeline declared as HistorizedDatabaseSchema Modifier and Type Field Description private HistorizedDatabaseSchema<T>EventDispatcher. historizedSchemaMethods in io.debezium.pipeline that return HistorizedDatabaseSchema Modifier and Type Method Description HistorizedDatabaseSchema<T>EventDispatcher. getHistorizedSchema() -
Uses of HistorizedDatabaseSchema in io.debezium.relational
Classes in io.debezium.relational that implement HistorizedDatabaseSchema Modifier and Type Class Description classHistorizedRelationalDatabaseSchemaADatabaseSchemaor a relational database which has a schema history, that can be recovered to the current state when restarting a connector.
-