Uses of Class
io.debezium.relational.history.TableChanges
-
Packages that use TableChanges Package Description io.debezium.relational io.debezium.relational.history io.debezium.schema -
-
Uses of TableChanges in io.debezium.relational
Methods in io.debezium.relational with parameters of type TableChanges Modifier and Type Method Description protected voidHistorizedRelationalDatabaseSchema. record(SchemaChangeEvent schemaChange, TableChanges tableChanges)Records the given schema change event in the persistent history. -
Uses of TableChanges in io.debezium.relational.history
Methods in io.debezium.relational.history that return TableChanges Modifier and Type Method Description TableChangesTableChanges. alter(Table table)TableChangesTableChanges. create(Table table)TableChangesConnectTableChangeSerializer. deserialize(List<org.apache.kafka.connect.data.Struct> data, boolean useCatalogBeforeSchema)TableChangesJsonTableChangeSerializer. deserialize(Array array, boolean useCatalogBeforeSchema)TableChangesTableChanges.TableChangesSerializer. deserialize(T data, boolean useCatalogBeforeSchema)TableChangesTableChanges. drop(Table table)Methods in io.debezium.relational.history with parameters of type TableChanges Modifier and Type Method Description voidAbstractDatabaseHistory. record(Map<String,?> source, Map<String,?> position, String databaseName, String schemaName, String ddl, TableChanges changes)voidDatabaseHistory. record(Map<String,?> source, Map<String,?> position, String databaseName, String schemaName, String ddl, TableChanges changes)List<org.apache.kafka.connect.data.Struct>ConnectTableChangeSerializer. serialize(TableChanges tableChanges)ArrayJsonTableChangeSerializer. serialize(TableChanges tableChanges)TTableChanges.TableChangesSerializer. serialize(TableChanges tableChanges)Constructors in io.debezium.relational.history with parameters of type TableChanges Constructor Description HistoryRecord(Map<String,?> source, Map<String,?> position, String databaseName, String schemaName, String ddl, TableChanges changes) -
Uses of TableChanges in io.debezium.schema
Fields in io.debezium.schema declared as TableChanges Modifier and Type Field Description private TableChangesSchemaChangeEvent. tableChangesMethods in io.debezium.schema that return TableChanges Modifier and Type Method Description TableChangesSchemaChangeEvent. getTableChanges()
-