| Interface | Description |
|---|---|
| DatabaseHistory |
A history of the database schema described by a
Tables. |
| Class | Description |
|---|---|
| AbstractDatabaseHistory | |
| FileDatabaseHistory |
A
DatabaseHistory implementation that stores the schema history in a local file. |
| HistoryRecord | |
| HistoryRecord.Fields | |
| HistoryRecordComparator |
Compares HistoryRecord instances to determine which came first.
|
| KafkaDatabaseHistory |
A
DatabaseHistory implementation that records schema changes as normal SourceRecords on the specified topic,
and that recovers the history by establishing a Kafka Consumer re-processing all messages on that topic. |
| MemoryDatabaseHistory |
A
DatabaseHistory implementation that stores the schema history in a local file. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.