Uses of Class
io.debezium.relational.history.HistoryRecord
-
Packages that use HistoryRecord Package Description io.debezium.relational.history -
-
Uses of HistoryRecord in io.debezium.relational.history
Fields in io.debezium.relational.history declared as HistoryRecord Modifier and Type Field Description private HistoryRecordDatabaseHistoryMetrics. lastAppliedChangeprivate HistoryRecordDatabaseHistoryMetrics. lastRecoveredChangeFields in io.debezium.relational.history with type parameters of type HistoryRecord Modifier and Type Field Description private List<HistoryRecord>MemoryDatabaseHistory. recordsMethods in io.debezium.relational.history with parameters of type HistoryRecord Modifier and Type Method Description booleanHistoryRecordComparator. isAtOrBefore(HistoryRecord record1, HistoryRecord record2)Determine if the firstHistoryRecordis at the same or earlier point in time than the secondHistoryRecord.voidDatabaseHistoryListener. onChangeApplied(HistoryRecord record)Invoked for every change applied and not filtered.voidDatabaseHistoryMetrics. onChangeApplied(HistoryRecord record)voidDatabaseHistoryListener. onChangeFromHistory(HistoryRecord record)Invoked for every change read from the history during recovery.voidDatabaseHistoryMetrics. onChangeFromHistory(HistoryRecord record)protected abstract voidAbstractDatabaseHistory. storeRecord(HistoryRecord record)protected voidFileDatabaseHistory. storeRecord(HistoryRecord record)protected voidKafkaDatabaseHistory. storeRecord(HistoryRecord record)protected voidMemoryDatabaseHistory. storeRecord(HistoryRecord record)Method parameters in io.debezium.relational.history with type arguments of type HistoryRecord Modifier and Type Method Description protected abstract voidAbstractDatabaseHistory. recoverRecords(Consumer<HistoryRecord> records)protected voidFileDatabaseHistory. recoverRecords(Consumer<HistoryRecord> records)protected voidKafkaDatabaseHistory. recoverRecords(Consumer<HistoryRecord> records)protected voidMemoryDatabaseHistory. recoverRecords(Consumer<HistoryRecord> records)
-