| Package | Description |
|---|---|
| io.debezium.relational.history |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDatabaseHistory.record(Map<String,?> source,
Map<String,?> position,
String databaseName,
Tables schema,
String ddl) |
void |
DatabaseHistory.record(Map<String,?> source,
Map<String,?> position,
String databaseName,
Tables schema,
String ddl)
Record a change to the schema of the named database, and store it in the schema storage.
|
protected void |
KafkaDatabaseHistory.storeRecord(HistoryRecord record) |
protected abstract void |
AbstractDatabaseHistory.storeRecord(HistoryRecord record) |
protected void |
FileDatabaseHistory.storeRecord(HistoryRecord record) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.