Uses of Interface
io.debezium.connector.jdbc.util.SinkRecordFactory
Packages that use SinkRecordFactory
Package
Description
-
Uses of SinkRecordFactory in io.debezium.connector.jdbc
Methods in io.debezium.connector.jdbc with parameters of type SinkRecordFactoryModifier and TypeMethodDescription(package private) voidRecordBufferTest.correctlyBuffer(SinkRecordFactory factory) (package private) voidRecordBufferTest.keySchemaChange(SinkRecordFactory factory) (package private) voidRecordBufferTest.valueSchemaChange(SinkRecordFactory factory) -
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) voidAbstractJdbcSinkInsertModeTest.testRecordDefaultValueUsedOnlyWithRequiredFieldWithNullValue(SinkRecordFactory factory) voidAbstractJdbcSinkPrimaryKeyModeTest.testRecordWithNoPrimaryKeyColumnsWithPrimaryKeyModeKafka(SinkRecordFactory factory) voidAbstractJdbcSinkPrimaryKeyModeTest.testRecordWithNoPrimaryKeyColumnsWithPrimaryKeyModeNone(SinkRecordFactory factory) voidAbstractJdbcSinkPrimaryKeyModeTest.testRecordWithNoPrimaryKeyColumnsWithPrimaryKeyModeRecordValue(SinkRecordFactory factory) voidAbstractJdbcSinkPrimaryKeyModeTest.testRecordWithPrimaryKeyColumnsWithPrimaryKeyModeRecordHeader(SinkRecordFactory factory) voidAbstractJdbcSinkPrimaryKeyModeTest.testRecordWithPrimaryKeyColumnsWithPrimaryKeyModeRecordKey(SinkRecordFactory factory) voidAbstractJdbcSinkPrimaryKeyModeTest.testRecordWithPrimaryKeyColumnsWithPrimaryKeyModeRecordValue(SinkRecordFactory factory) voidAbstractJdbcSinkPrimaryKeyModeTest.testRecordWithPrimaryKeyColumnsWithPrimaryKeyModeRecordValueWithSubsetOfFields(SinkRecordFactory factory) voidAbstractJdbcSinkPrimaryKeyModeTest.testRecordWithPrimaryKeyColumnWithPrimaryKeyModeKafka(SinkRecordFactory factory) voidAbstractJdbcSinkPrimaryKeyModeTest.testRecordWithPrimaryKeyColumnWithPrimaryKeyModeRecordHeader(SinkRecordFactory factory) voidAbstractJdbcSinkPrimaryKeyModeTest.testRecordWithPrimaryKeyColumnWithPrimaryKeyModeRecordKey(SinkRecordFactory factory) voidAbstractJdbcSinkPrimaryKeyModeTest.testRecordWithPrimaryKeyColumnWithPrimaryKeyModeRecordValue(SinkRecordFactory factory) voidAbstractJdbcSinkPrimaryKeyModeTest.testRecordWithPrimaryKeyColumnWithPrimaryKeyModeRecordValueWithNoFieldsSpecified(SinkRecordFactory factory) voidAbstractJdbcSinkSaveConvertedCloudEventTest.testSaveConvertedCloudEventRecordFromAvro(SinkRecordFactory factory) voidAbstractJdbcSinkSaveConvertedCloudEventTest.testSaveConvertedCloudEventRecordFromAvroWithCloudEventsSchemaCustomName(SinkRecordFactory factory) voidAbstractJdbcSinkSaveConvertedCloudEventTest.testSaveConvertedCloudEventRecordFromJson(SinkRecordFactory factory) voidAbstractJdbcSinkDeleteEnabledTest.testShouldDeleteRowWhenDeletesEnabled(SinkRecordFactory factory) voidAbstractJdbcSinkDeleteEnabledTest.testShouldDeleteRowWhenDeletesEnabledUsingSubsetOfRecordKeyFields(SinkRecordFactory factory) voidAbstractJdbcSinkDeleteEnabledTest.testShouldHandleRowDeletionWhenRowDoesNotExist(SinkRecordFactory factory) voidAbstractJdbcSinkDeleteEnabledTest.testShouldHandleRowDeletionWhenRowDoesNotExistUsingSubsetOfRecordKeyFields(SinkRecordFactory factory) voidAbstractJdbcSinkDeleteEnabledTest.testShouldHandleTruncateRecord(SinkRecordFactory factory) voidAbstractJdbcSinkDeleteEnabledTest.testShouldNotDeleteRowWhenDeletesDisabled(SinkRecordFactory factory) voidAbstractJdbcSinkDeleteEnabledTest.testShouldSkipTombstoneRecord(SinkRecordFactory factory) voidAbstractJdbcSinkDeleteEnabledTest.testShouldSkipTruncateRecord(SinkRecordFactory factory) voidAbstractJdbcSinkSchemaEvolutionTest.testTableCreatedOnCreateRecordWithDefaultInsertMode(SinkRecordFactory factory) voidAbstractJdbcSinkSchemaEvolutionTest.testTableCreatedOnDeleteRecordWithDefaultInsertModeAndDeleteEnabled(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.integration.mysql
Methods in io.debezium.connector.jdbc.integration.mysql with parameters of type SinkRecordFactoryModifier and TypeMethodDescriptionvoidJdbcSinkInsertModeIT.testInsertModeInsertWithPrimaryKeyModeComplexRecordValue(SinkRecordFactory factory) voidJdbcSinkColumnTypeMappingIT.testShouldCoerceNioByteBufferTypeToByteArrayColumnType(SinkRecordFactory factory) -
Uses of SinkRecordFactory in io.debezium.connector.jdbc.integration.oracle
Methods in io.debezium.connector.jdbc.integration.oracle with parameters of type SinkRecordFactoryModifier and TypeMethodDescriptionvoidJdbcSinkColumnTypeMappingIT.testShouldCoerceNioByteBufferTypeToByteArrayColumnType(SinkRecordFactory factory) -
Uses of SinkRecordFactory in io.debezium.connector.jdbc.integration.postgres
Methods in io.debezium.connector.jdbc.integration.postgres with parameters of type SinkRecordFactoryModifier and TypeMethodDescriptionprivate voidJdbcSinkColumnTypeMappingIT.shouldCoerceStringTypeToColumnType(SinkRecordFactory factory, String columnType, String insertValue, String updateValue) voidJdbcSinkFieldFilterIT.testFieldExcludeListWithInsertMode(SinkRecordFactory factory) voidJdbcSinkFieldFilterIT.testFieldIncludeListWithInsertMode(SinkRecordFactory factory) voidJdbcSinkFieldFilterIT.testFieldIncludeListWithUpsertMode(SinkRecordFactory factory) voidJdbcSinkInsertModeIT.testInsertModeInsertWithPrimaryKeyModeComplexRecordValue(SinkRecordFactory factory) voidJdbcSinkInsertModeIT.testInsertModeInsertWithPrimaryKeyModeUpperCaseColumnNameWithoutQuotedIdentifiers(SinkRecordFactory factory) voidJdbcSinkInsertModeIT.testInsertModeInsertWithPrimaryKeyModeUpperCaseColumnNameWithQuotedIdentifiers(SinkRecordFactory factory) voidJdbcSinkColumnTypeMappingIT.testShouldCoerceNioByteBufferTypeToByteArrayColumnType(SinkRecordFactory factory) voidJdbcSinkColumnTypeMappingIT.testShouldCoerceStringTypeToJsonbColumnType(SinkRecordFactory factory) voidJdbcSinkColumnTypeMappingIT.testShouldCoerceStringTypeToJsonColumnType(SinkRecordFactory factory) voidJdbcSinkColumnTypeMappingIT.testShouldCoerceStringTypeToUuidColumnType(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.