Uses of Interface
io.debezium.connector.jdbc.util.SinkRecordFactory
Packages that use SinkRecordFactory
-
Uses of SinkRecordFactory in io.debezium.connector.jdbc.integration
Methods in io.debezium.connector.jdbc.integration with parameters of type SinkRecordFactoryModifier and TypeMethodDescriptionvoidAbstractJdbcSinkSchemaEvolutionTest.shouldCreateTableWithDefaultValues(SinkRecordFactory factory) voidAbstractJdbcSinkSchemaEvolutionTest.testCreateShouldFailIfSchemaEvolutionIsDisabled(SinkRecordFactory factory) voidAbstractJdbcSinkSchemaEvolutionTest.testDeleteShouldFailOnUnknownTableIfSchemaEvolutionIsDisabled(SinkRecordFactory factory) voidAbstractJdbcSinkInsertModeTest.testInsertModeInsertWithNoPrimaryKey(SinkRecordFactory factory) voidAbstractJdbcSinkInsertModeTest.testInsertModeInsertWithPrimaryKeyModeKafka(SinkRecordFactory factory) voidAbstractJdbcSinkInsertModeTest.testInsertModeInsertWithPrimaryKeyModeRecordKey(SinkRecordFactory factory) voidAbstractJdbcSinkInsertModeTest.testInsertModeInsertWithPrimaryKeyModeRecordValue(SinkRecordFactory factory) voidAbstractJdbcSinkInsertModeTest.testInsertModeUpdateWithNoPrimaryKey(SinkRecordFactory factory) voidAbstractJdbcSinkInsertModeTest.testInsertModeUpdateWithPrimaryKeyModeKafka(SinkRecordFactory factory) voidAbstractJdbcSinkInsertModeTest.testInsertModeUpdateWithPrimaryKeyModeRecordKey(SinkRecordFactory factory) voidAbstractJdbcSinkInsertModeTest.testInsertModeUpdateWithPrimaryKeyModeRecordValue(SinkRecordFactory factory) voidAbstractJdbcSinkInsertModeTest.testInsertModeUpsertWithNoPrimaryKey(SinkRecordFactory factory) voidAbstractJdbcSinkInsertModeTest.testInsertModeUpsertWithPrimaryKeyModeKafka(SinkRecordFactory factory) voidAbstractJdbcSinkInsertModeTest.testInsertModeUpsertWithPrimaryKeyModeRecordKey(SinkRecordFactory factory) voidAbstractJdbcSinkInsertModeTest.testInsertModeUpsertWithPrimaryKeyModeRecordValue(SinkRecordFactory factory) voidAbstractJdbcSinkSchemaEvolutionTest.testNonKeyColumnTypeResolutionFromKafkaSchemaType(SinkRecordFactory factory) voidAbstractJdbcSinkSchemaEvolutionTest.testNonKeyColumnTypeResolutionFromKafkaSchemaTypeWithOptionalsWithDefaultValues(SinkRecordFactory factory) voidAbstractJdbcSinkPrimaryKeyModeTest.testRecordWithNoPrimaryKeyColumnsWithPrimaryKeyModeKafka(SinkRecordFactory factory) voidAbstractJdbcSinkPrimaryKeyModeTest.testRecordWithNoPrimaryKeyColumnsWithPrimaryKeyModeNone(SinkRecordFactory factory) voidAbstractJdbcSinkPrimaryKeyModeTest.testRecordWithNoPrimaryKeyColumnsWithPrimaryKeyModeRecordValue(SinkRecordFactory factory) voidAbstractJdbcSinkPrimaryKeyModeTest.testRecordWithPrimaryKeyColumnsWithPrimaryKeyModeRecordKey(SinkRecordFactory factory) voidAbstractJdbcSinkPrimaryKeyModeTest.testRecordWithPrimaryKeyColumnsWithPrimaryKeyModeRecordValue(SinkRecordFactory factory) voidAbstractJdbcSinkPrimaryKeyModeTest.testRecordWithPrimaryKeyColumnsWithPrimaryKeyModeRecordValueWithSubsetOfFields(SinkRecordFactory factory) voidAbstractJdbcSinkPrimaryKeyModeTest.testRecordWithPrimaryKeyColumnWithPrimaryKeyModeKafka(SinkRecordFactory factory) voidAbstractJdbcSinkPrimaryKeyModeTest.testRecordWithPrimaryKeyColumnWithPrimaryKeyModeRecordKey(SinkRecordFactory factory) voidAbstractJdbcSinkPrimaryKeyModeTest.testRecordWithPrimaryKeyColumnWithPrimaryKeyModeRecordValue(SinkRecordFactory factory) voidAbstractJdbcSinkPrimaryKeyModeTest.testRecordWithPrimaryKeyColumnWithPrimaryKeyModeRecordValueWithNoFieldsSpecified(SinkRecordFactory factory) voidAbstractJdbcSinkDeleteEnabledTest.testShouldDeleteRowWhenDeletesEnabled(SinkRecordFactory factory) voidAbstractJdbcSinkDeleteEnabledTest.testShouldDeleteRowWhenDeletesEnabledUsingSubsetOfRecordKeyFields(SinkRecordFactory factory) voidAbstractJdbcSinkDeleteEnabledTest.testShouldHandleRowDeletionWhenRowDoesNotExist(SinkRecordFactory factory) voidAbstractJdbcSinkDeleteEnabledTest.testShouldHandleRowDeletionWhenRowDoesNotExistUsingSubsetOfRecordKeyFields(SinkRecordFactory factory) voidAbstractJdbcSinkDeleteEnabledTest.testShouldNotDeleteRowWhenDeletesDisabled(SinkRecordFactory factory) voidAbstractJdbcSinkSchemaEvolutionTest.testTableCreatedOnCreateRecordWithDefaultInsertMode(SinkRecordFactory factory) voidAbstractJdbcSinkSchemaEvolutionTest.testTableCreatedOnDeleteRecordWithDefaultInsertMode(SinkRecordFactory factory) voidAbstractJdbcSinkSchemaEvolutionTest.testTableCreatedOnUpdateRecordWithDefaultInsertMode(SinkRecordFactory factory) voidAbstractJdbcSinkSchemaEvolutionTest.testTableCreatedThenAlteredWithNewColumn(SinkRecordFactory factory) voidAbstractJdbcSinkSchemaEvolutionTest.testTableCreatedThenNotAlteredWithRemovedColumn(SinkRecordFactory factory) voidAbstractJdbcSinkSchemaEvolutionTest.testUpdateShouldFailOnUnknownTableIfSchemaEvolutionIsDisabled(SinkRecordFactory factory) -
Uses of SinkRecordFactory in io.debezium.connector.jdbc.util
Classes in io.debezium.connector.jdbc.util that implement SinkRecordFactoryModifier and TypeClassDescriptionclassASinkRecordFactoryimplementation that provides records that are structured based on Debezium's complex envelope structure.classASinkRecordFactoryimplementation that provides records that have been flattened mimic the behavior observed when theExtractNewRecordStatetransformation is applied.