Uses of Class
io.debezium.doc.FixFor
-
-
Uses of FixFor in io.debezium.config
Methods in io.debezium.config with annotations of type FixFor Modifier and Type Method Description voidConfigurationTest. defaultDdlFilterShouldFilterOutFlushRelayLogs()voidConfigurationTest. defaultDdlFilterShouldFilterOutMySqlInlineComments()voidConfigurationTest. defaultDdlFilterShouldFilterOutRdsHeartbeatInsert()On Amazon RDS we'll see INSERT (sic!) statements for a heartbeat table in the DDL even stream, they should be filtered out by default (the reason being that those statements are sent using STATEMENT binlog format, which is just applied for that session emitting those statements).voidConfigurationTest. defaultDdlFilterShouldFilterOutRdsMonitorStatements()voidConfigurationTest. defaultDdlFilterShouldFilterOutRdsSysinfoStatements()voidConfigurationTest. shouldNotBeModifiedAfterCreation()Test verifying that a Configuration object cannot be modified after creation.voidConfigurationTest. shouldThrowValidationOnDuplicateColumnFilterConfiguration()voidConfigurationTest. shouldThrowValidationOnDuplicateOldColumnFilterConfiguration()voidConfigurationTest. shouldThrowValidationOnDuplicateOldColumnFilterConfigurationOld()voidConfigurationTest. testMsgKeyColumnsField()voidConfigurationTest. testMsgKeyColumnsFieldRegexValidation()voidConfigurationTest. testServerNameValidation() -
Uses of FixFor in io.debezium.data
Methods in io.debezium.data with annotations of type FixFor Modifier and Type Method Description voidSchemaUtilTest. correctlySerializesByteArray()voidSchemaUtilTest. correctlySerializesByteBuffer()voidSchemaUtilTest. correctlySerializesStructWithByteArray() -
Uses of FixFor in io.debezium.document
Methods in io.debezium.document with annotations of type FixFor Modifier and Type Method Description voidJacksonReaderTest. canParseDocumentWithUnescapedControlCharacter()voidBinaryValueTest. equalsAndHashCode()voidDocumentTest. shouldCreateArrayFromValues() -
Uses of FixFor in io.debezium.relational
-
Uses of FixFor in io.debezium.relational.mapping
Methods in io.debezium.relational.mapping with annotations of type FixFor Modifier and Type Method Description voidPropagateSourceTypeToSchemaParameterTest. shouldAddColumnScale()voidPropagateSourceTypeToSchemaParameterTest. shouldAddTypeInformation() -
Uses of FixFor in io.debezium.time
Methods in io.debezium.time with annotations of type FixFor Modifier and Type Method Description voidNanoDurationTest. testNanoDuration() -
Uses of FixFor in io.debezium.transforms
Methods in io.debezium.transforms with annotations of type FixFor Modifier and Type Method Description voidByLogicalTableRouterTest. shouldHandleSchemaChangeEvent()voidExtractNewRecordStateTest. testAddField()voidExtractNewRecordStateTest. testAddFieldHandleDeleteRewrite()voidExtractNewRecordStateTest. testAddFields()voidExtractNewRecordStateTest. testAddFieldsForMissingOptionalField()voidExtractNewRecordStateTest. testAddFieldsHandleDeleteRewrite()voidExtractNewRecordStateTest. testAddFieldsHandleDeleteRewriteAndTombstone()voidExtractNewRecordStateTest. testAddFieldsSpecifyStruct()voidExtractNewRecordStateTest. testAddFieldsSpecifyStructHandleDeleteRewrite()voidExtractNewRecordStateTest. testAddHeader()voidExtractNewRecordStateTest. testAddHeaders()voidExtractNewRecordStateTest. testAddHeadersForMissingOptionalField()voidExtractNewRecordStateTest. testAddHeadersHandleDeleteRewriteAndTombstone()voidExtractNewRecordStateTest. testAddHeadersSpecifyStruct()voidExtractNewRecordStateTest. testAddTimestamp()voidByLogicalTableRouterTest. testKeyNullValue()voidByLogicalTableRouterTest. testKeyReplacementWorkingConfigurationWithNoSchemaNameAdjustment()voidByLogicalTableRouterTest. testNamespaceReplacementWithoutKeyChange()voidExtractNewRecordStateTest. testNewFieldAndHeaderMapping()voidExtractNewRecordStateTest. testSchemaChangeEventWithOperationHeader()voidExtractNewRecordStateTest. testUnwrapPropagatesRecordHeaders() -
Uses of FixFor in io.debezium.transforms.outbox
Methods in io.debezium.transforms.outbox with annotations of type FixFor Modifier and Type Method Description voidEventRouterTest. canPassBinaryKey()voidEventRouterTest. canPassBinaryMessage()voidEventRouterTest. canPassIntKey()voidEventRouterTest. canPassStringKey()voidEventRouterTest. canSetBinaryMessageKey()voidEventRouterTest. canSkipMessagesWithoutDebeziumCdcEnvelopeDueToMissingSchemaName()voidEventRouterTest. canSkipMessagesWithoutDebeziumCdcEnvelopeDueToMissingSchemaNameSuffix()voidEventRouterTest. canSkipMessagesWithoutDebeziumCdcEnvelopeDueToMissingValueSchema() -
Uses of FixFor in io.debezium.util
Methods in io.debezium.util with annotations of type FixFor Modifier and Type Method Description voidStringsTest. asDurationShouldConvertValue()voidStringsTest. getBegin()
-