Uses of Class
io.debezium.relational.history.DatabaseHistoryException
-
Packages that use DatabaseHistoryException Package Description io.debezium.relational.history -
-
Uses of DatabaseHistoryException in io.debezium.relational.history
Methods in io.debezium.relational.history that throw DatabaseHistoryException Modifier and Type Method Description voidAbstractDatabaseHistory. record(Map<String,?> source, Map<String,?> position, String databaseName, String ddl)voidAbstractDatabaseHistory. record(Map<String,?> source, Map<String,?> position, String databaseName, String schemaName, String ddl, TableChanges changes)voidDatabaseHistory. record(Map<String,?> source, Map<String,?> position, String databaseName, String ddl)Record a change to the schema of the named database, and store it in the schema storage.voidDatabaseHistory. record(Map<String,?> source, Map<String,?> position, String databaseName, String schemaName, String ddl, TableChanges changes)protected abstract voidAbstractDatabaseHistory. storeRecord(HistoryRecord record)protected voidFileDatabaseHistory. storeRecord(HistoryRecord record)protected voidKafkaDatabaseHistory. storeRecord(HistoryRecord record)
-