Uses of Interface
io.debezium.relational.history.DatabaseHistory
Packages that use DatabaseHistory
-
Uses of DatabaseHistory in io.debezium.relational
Fields in io.debezium.relational declared as DatabaseHistoryModifier and TypeFieldDescriptionprotected final DatabaseHistoryHistorizedRelationalDatabaseSchema.databaseHistoryMethods in io.debezium.relational that return DatabaseHistoryModifier and TypeMethodDescriptionHistorizedRelationalDatabaseConnectorConfig.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 DatabaseHistoryModifier and TypeClassDescriptionclassfinal classADatabaseHistoryimplementation that stores the schema history in a local file.classADatabaseHistoryimplementation 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.final classADatabaseHistoryimplementation that stores the schema history in memory.