Uses of Class
io.debezium.config.Field.Set
Packages that use Field.Set
Package
Description
-
Uses of Field.Set in io.debezium.config
Methods in io.debezium.config that return Field.SetModifier and TypeMethodDescriptionstatic Field.SetCreate a set of fields.static Field.SetCreate a set of fields.Get a new set that contains the fields in this set and those supplied.Get a new set that contains the fields in this set and those supplied.Methods in io.debezium.config with parameters of type Field.SetModifier and TypeMethodDescriptionGet a copy of these configuration properties with defaults as a Map.default PropertiesConfiguration.asProperties(Field.Set fields) Get a copy of these configuration properties as a Properties object.Validate the supplied fields in this configuration. -
Uses of Field.Set in io.debezium.metadata
Methods in io.debezium.metadata that return Field.Set -
Uses of Field.Set in io.debezium.relational.history
Fields in io.debezium.relational.history declared as Field.Set -
Uses of Field.Set in io.debezium.transforms
Fields in io.debezium.transforms declared as Field.SetModifier and TypeFieldDescriptionstatic final Field.SetExtractNewRecordStateConfigDefinition.CONFIG_FIELDSprivate final Field.SetExtractNewRecordState.configFieldsprivate final Field.SetExtractSchemaToNewRecord.configFieldsMethods in io.debezium.transforms with parameters of type Field.SetModifier and TypeMethodDescriptionvoidSmtManager.validate(Configuration configuration, Field.Set fields) Validates the suppliedConfigurationbased on the given fields and throws an exception in the event that there are any validation errors.