Class FileDatabaseHistory

java.lang.Object
io.debezium.relational.history.AbstractDatabaseHistory
io.debezium.relational.history.FileDatabaseHistory
All Implemented Interfaces:
DatabaseHistory

@ThreadSafe public final class FileDatabaseHistory extends AbstractDatabaseHistory
A DatabaseHistory implementation that stores the schema history in a local file.
Author:
Randall Hauch