Uses of Interface
io.debezium.relational.history.DatabaseHistory
-
Packages that use DatabaseHistory Package Description io.debezium.relational io.debezium.relational.history -
-
Uses of DatabaseHistory in io.debezium.relational
Fields in io.debezium.relational declared as DatabaseHistory Modifier and Type Field Description protected DatabaseHistoryHistorizedRelationalDatabaseSchema. databaseHistoryMethods in io.debezium.relational that return DatabaseHistory Modifier and Type Method Description DatabaseHistoryHistorizedRelationalDatabaseConnectorConfig. getDatabaseHistory()Returns a configured (but not yet started) instance of the database history. -
Uses of DatabaseHistory in io.debezium.relational.history
Classes in io.debezium.relational.history that implement DatabaseHistory Modifier and Type Class Description classAbstractDatabaseHistoryclassFileDatabaseHistoryADatabaseHistoryimplementation that stores the schema history in a local file.classKafkaDatabaseHistoryADatabaseHistoryimplementation that records schema changes as normalSourceRecords on the specified topic, and that recovers the history by establishing a Kafka Consumer re-processing all messages on that topic.classMemoryDatabaseHistoryADatabaseHistoryimplementation that stores the schema history in a local file.
-