Uses of Interface
io.debezium.config.EnumeratedValue
-
Packages that use EnumeratedValue Package Description io.debezium.config io.debezium.jdbc io.debezium.relational io.debezium.transforms io.debezium.transforms.outbox -
-
Uses of EnumeratedValue in io.debezium.config
Classes in io.debezium.config that implement EnumeratedValue Modifier and Type Class Description static classCommonConnectorConfig.BinaryHandlingModeThe set of predefined BinaryHandlingMode options or aliasesstatic classCommonConnectorConfig.EventProcessingFailureHandlingModeThe set of predefined modes for dealing with failures during event processing.static classCommonConnectorConfig.VersionThe set of predefined versions e.g.Methods in io.debezium.config with parameters of type EnumeratedValue Modifier and Type Method Description default BConfiguration.ConfigBuilder. with(Field field, EnumeratedValue value)Associate the given value with the key of the specified field.default BConfiguration.ConfigBuilder. with(String key, EnumeratedValue value)Associate the given value with the specified key.default BConfiguration.ConfigBuilder. withDefault(String key, EnumeratedValue value)If there is no field with the specified key, then associate the given value with the specified key. -
Uses of EnumeratedValue in io.debezium.jdbc
Classes in io.debezium.jdbc that implement EnumeratedValue Modifier and Type Class Description classTemporalPrecisionModeThe set of predefined TemporalPrecisionMode options. -
Uses of EnumeratedValue in io.debezium.relational
Classes in io.debezium.relational that implement EnumeratedValue Modifier and Type Class Description static classRelationalDatabaseConnectorConfig.DecimalHandlingModeThe set of predefined DecimalHandlingMode options or aliases. -
Uses of EnumeratedValue in io.debezium.transforms
Classes in io.debezium.transforms that implement EnumeratedValue Modifier and Type Class Description static classExtractNewRecordStateConfigDefinition.DeleteHandling -
Uses of EnumeratedValue in io.debezium.transforms.outbox
Classes in io.debezium.transforms.outbox that implement EnumeratedValue Modifier and Type Class Description static classEventRouterConfigDefinition.AdditionalFieldPlacementstatic classEventRouterConfigDefinition.InvalidOperationBehavior
-