Uses of Class
io.debezium.relational.history.HistoryRecord
Packages that use HistoryRecord
-
Uses of HistoryRecord in io.debezium.relational.history
Fields in io.debezium.relational.history declared as HistoryRecordModifier and TypeFieldDescriptionprivate HistoryRecordSchemaHistoryMetrics.lastAppliedChangeprivate HistoryRecordSchemaHistoryMetrics.lastRecoveredChangeFields in io.debezium.relational.history with type parameters of type HistoryRecordMethods in io.debezium.relational.history with parameters of type HistoryRecordModifier and TypeMethodDescriptionbooleanHistoryRecordComparator.isAtOrBefore(HistoryRecord record1, HistoryRecord record2) Determine if the firstHistoryRecordis at the same or earlier point in time than the secondHistoryRecord.voidSchemaHistoryListener.onChangeApplied(HistoryRecord record) Invoked for every change applied and not filtered.voidSchemaHistoryMetrics.onChangeApplied(HistoryRecord record) voidSchemaHistoryListener.onChangeFromHistory(HistoryRecord record) Invoked for every change read from the history during recovery.voidSchemaHistoryMetrics.onChangeFromHistory(HistoryRecord record) protected abstract voidAbstractSchemaHistory.storeRecord(HistoryRecord record) protected voidMemorySchemaHistory.storeRecord(HistoryRecord record) Method parameters in io.debezium.relational.history with type arguments of type HistoryRecordModifier and TypeMethodDescriptionprotected abstract voidAbstractSchemaHistory.recoverRecords(Consumer<HistoryRecord> records) protected voidMemorySchemaHistory.recoverRecords(Consumer<HistoryRecord> records)