Uses of Class
io.debezium.relational.history.TableChanges
Packages that use TableChanges
-
Uses of TableChanges in io.debezium.relational
Methods in io.debezium.relational with parameters of type TableChangesModifier and TypeMethodDescriptionprotected 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 TableChangesModifier and TypeMethodDescriptionTableChanges.alter(TableChanges.TableChange change) ConnectTableChangeSerializer.deserialize(List<org.apache.kafka.connect.data.Struct> data, boolean useCatalogBeforeSchema) JsonTableChangeSerializer.deserialize(Array array, boolean useCatalogBeforeSchema) TableChanges.TableChangesSerializer.deserialize(T data, boolean useCatalogBeforeSchema) Methods in io.debezium.relational.history with parameters of type TableChangesModifier and TypeMethodDescriptionfinal voidAbstractSchemaHistory.record(Map<String, ?> source, Map<String, ?> position, String databaseName, String schemaName, String ddl, TableChanges changes, Instant timestamp) voidSchemaHistory.record(Map<String, ?> source, Map<String, ?> position, String databaseName, String schemaName, String ddl, TableChanges changes, Instant timestamp) List<org.apache.kafka.connect.data.Struct>ConnectTableChangeSerializer.serialize(TableChanges tableChanges) JsonTableChangeSerializer.serialize(TableChanges tableChanges) TableChanges.TableChangesSerializer.serialize(TableChanges tableChanges) Constructors in io.debezium.relational.history with parameters of type TableChangesModifierConstructorDescriptionHistoryRecord(Map<String, ?> source, Map<String, ?> position, String databaseName, String schemaName, String ddl, TableChanges changes, Instant timestamp) -
Uses of TableChanges in io.debezium.schema
Fields in io.debezium.schema declared as TableChangesMethods in io.debezium.schema that return TableChanges