| Package | Description |
|---|---|
| io.debezium.relational.history |
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseHistory.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.
|
void |
AbstractDatabaseHistory.record(Map<String,?> source,
Map<String,?> position,
String databaseName,
String ddl) |
void |
DatabaseHistory.record(Map<String,?> source,
Map<String,?> position,
String databaseName,
String schemaName,
String ddl,
TableChanges changes) |
void |
AbstractDatabaseHistory.record(Map<String,?> source,
Map<String,?> position,
String databaseName,
String schemaName,
String ddl,
TableChanges changes) |
protected void |
KafkaDatabaseHistory.storeRecord(HistoryRecord record) |
protected void |
FileDatabaseHistory.storeRecord(HistoryRecord record) |
protected abstract void |
AbstractDatabaseHistory.storeRecord(HistoryRecord record) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.