Uses of Enum
io.debezium.transforms.ExtractNewRecordStateConfigDefinition.DeleteHandling
Packages that use ExtractNewRecordStateConfigDefinition.DeleteHandling
-
Uses of ExtractNewRecordStateConfigDefinition.DeleteHandling in io.debezium.transforms
Methods in io.debezium.transforms that return ExtractNewRecordStateConfigDefinition.DeleteHandlingModifier and TypeMethodDescriptionDeprecated.Determine if the supplied value is one of the predefined options.Deprecated.Determine if the supplied value is one of the predefined options.Deprecated.Returns the enum constant of this type with the specified name.ExtractNewRecordStateConfigDefinition.DeleteHandling.values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ExtractNewRecordStateConfigDefinition.DeleteHandling in io.debezium.transforms.extractnewstate
Fields in io.debezium.transforms.extractnewstate declared as ExtractNewRecordStateConfigDefinition.DeleteHandlingModifier and TypeFieldDescriptionprivate final ExtractNewRecordStateConfigDefinition.DeleteHandlingLegacyDeleteHandlingStrategy.deleteHandlingDeprecated.Constructors in io.debezium.transforms.extractnewstate with parameters of type ExtractNewRecordStateConfigDefinition.DeleteHandlingModifierConstructorDescriptionLegacyDeleteHandlingStrategy(ExtractNewRecordStateConfigDefinition.DeleteHandling deleteHandling, boolean dropTombstones) Deprecated.