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 HistoryRecordModifier and TypeFieldDescriptionprotected List<HistoryRecord>AbstractFileBasedSchemaHistory.recordsprivate final List<HistoryRecord>MemorySchemaHistory.recordsMethods in io.debezium.relational.history that return types with arguments of type HistoryRecordModifier and TypeMethodDescriptionprotected List<HistoryRecord>AbstractFileBasedSchemaHistory.getRecords()Methods in io.debezium.relational.history with parameters of type HistoryRecordModifier and TypeMethodDescriptionprotected voidAbstractFileBasedSchemaHistory.doPreStoreRecord(HistoryRecord record) protected voidAbstractFileBasedSchemaHistory.doStoreRecord(HistoryRecord record) protected byte[]AbstractFileBasedSchemaHistory.fromHistoryRecord(HistoryRecord record) booleanHistoryRecordComparator.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 voidAbstractFileBasedSchemaHistory.storeRecord(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 voidAbstractFileBasedSchemaHistory.recoverRecords(Consumer<HistoryRecord> records) protected abstract voidAbstractSchemaHistory.recoverRecords(Consumer<HistoryRecord> records) protected voidMemorySchemaHistory.recoverRecords(Consumer<HistoryRecord> records)