| Package | Description |
|---|---|
| io.debezium.relational.history |
| Modifier and Type | Field and Description |
|---|---|
private HistoryRecordComparator |
AbstractDatabaseHistory.comparator |
static HistoryRecordComparator |
HistoryRecordComparator.INSTANCE
A comparator instance that requires the
records' sources to be the same and considers only
those fields that are in both records' positions. |
| Modifier and Type | Method and Description |
|---|---|
static HistoryRecordComparator |
HistoryRecordComparator.usingPositions(BiFunction<Document,Document,Boolean> positionComparator)
Create a
HistoryRecordComparator that requires identical sources but will use the supplied function to compare
positions. |
| Modifier and Type | Method and Description |
|---|---|
void |
KafkaDatabaseHistory.configure(Configuration config,
HistoryRecordComparator comparator) |
void |
FileDatabaseHistory.configure(Configuration config,
HistoryRecordComparator comparator) |
void |
DatabaseHistory.configure(Configuration config,
HistoryRecordComparator comparator)
Configure this instance.
|
void |
AbstractDatabaseHistory.configure(Configuration config,
HistoryRecordComparator comparator) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.