Uses of Interface
io.debezium.relational.StructGenerator
-
Packages that use StructGenerator Package Description io.debezium.relational -
-
Uses of StructGenerator in io.debezium.relational
Fields in io.debezium.relational declared as StructGenerator Modifier and Type Field Description private StructGeneratorTableSchema. keyGeneratorprivate StructGeneratorTableSchema. valueGeneratorMethods in io.debezium.relational that return StructGenerator Modifier and Type Method Description protected StructGeneratorTableSchemaBuilder. createKeyGenerator(org.apache.kafka.connect.data.Schema schema, TableId columnSetName, List<Column> columns)Creates the function that produces a Kafka Connect key object for a row of data.protected StructGeneratorTableSchemaBuilder. createValueGenerator(org.apache.kafka.connect.data.Schema schema, TableId tableId, List<Column> columns, Tables.ColumnNameFilter filter, ColumnMappers mappers)Creates the function that produces a Kafka Connect value object for a row of data.Constructors in io.debezium.relational with parameters of type StructGenerator Constructor Description TableSchema(TableId id, org.apache.kafka.connect.data.Schema keySchema, StructGenerator keyGenerator, Envelope envelopeSchema, org.apache.kafka.connect.data.Schema valueSchema, StructGenerator valueGenerator)Create an instance with the specifiedSchemas for the keys and values, and the functions that generate the key and value for a given row of data.
-