Package io.debezium.connector.sqlserver
Class SqlServerConnectorIT.PurgableFileDatabaseHistory
java.lang.Object
io.debezium.connector.sqlserver.SqlServerConnectorIT.PurgableFileDatabaseHistory
- All Implemented Interfaces:
DatabaseHistory
- Enclosing class:
- SqlServerConnectorIT
public static class SqlServerConnectorIT.PurgableFileDatabaseHistory
extends Object
implements DatabaseHistory
-
Field Summary
FieldsFields inherited from interface io.debezium.relational.history.DatabaseHistory
CONFIGURATION_FIELD_PREFIX_STRING, DDL_FILTER, NAME, SKIP_UNPARSEABLE_DDL_STATEMENTS, STORE_ONLY_CAPTURED_TABLES_DDL, STORE_ONLY_MONITORED_TABLES_DDL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(Configuration config, HistoryRecordComparator comparator, DatabaseHistoryListener listener, boolean useCatalogBeforeSchema) booleanexists()voidvoidvoidrecord(Map<String, ?> source, Map<String, ?> position, String databaseName, String schemaName, String ddl, TableChanges changes) voidvoidbooleanvoidstart()voidstop()booleanbooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.debezium.relational.history.DatabaseHistory
recover
-
Field Details
-
delegate
-
-
Constructor Details
-
PurgableFileDatabaseHistory
public PurgableFileDatabaseHistory()
-
-
Method Details
-
exists
public boolean exists()- Specified by:
existsin interfaceDatabaseHistory
-
configure
public void configure(Configuration config, HistoryRecordComparator comparator, DatabaseHistoryListener listener, boolean useCatalogBeforeSchema) - Specified by:
configurein interfaceDatabaseHistory
-
start
public void start()- Specified by:
startin interfaceDatabaseHistory
-
record
public void record(Map<String, ?> source, Map<String, throws DatabaseHistoryException?> position, String databaseName, String ddl) - Specified by:
recordin interfaceDatabaseHistory- Throws:
DatabaseHistoryException
-
record
public void record(Map<String, ?> source, Map<String, throws DatabaseHistoryException?> position, String databaseName, String schemaName, String ddl, TableChanges changes) - Specified by:
recordin interfaceDatabaseHistory- Throws:
DatabaseHistoryException
-
recover
public void recover(io.debezium.pipeline.spi.Offsets<?, ?> offsets, Tables schema, DdlParser ddlParser) - Specified by:
recoverin interfaceDatabaseHistory
-
recover
- Specified by:
recoverin interfaceDatabaseHistory
-
stop
public void stop()- Specified by:
stopin interfaceDatabaseHistory
-
storageExists
public boolean storageExists()- Specified by:
storageExistsin interfaceDatabaseHistory
-
initializeStorage
public void initializeStorage()- Specified by:
initializeStoragein interfaceDatabaseHistory
-
storeOnlyCapturedTables
public boolean storeOnlyCapturedTables()- Specified by:
storeOnlyCapturedTablesin interfaceDatabaseHistory
-
skipUnparseableDdlStatements
public boolean skipUnparseableDdlStatements()- Specified by:
skipUnparseableDdlStatementsin interfaceDatabaseHistory
-