Uses of Class
io.debezium.config.Field.Set
-
Packages that use Field.Set Package Description io.debezium.config io.debezium.metadata io.debezium.relational.history io.debezium.transforms -
-
Uses of Field.Set in io.debezium.config
Methods in io.debezium.config that return Field.Set Modifier and Type Method Description Field.SetField.Set. filtered(Predicate<Field> filter)static Field.SetField. setOf(Field... fields)Create a set of fields.static Field.SetField. setOf(Iterable<Field> fields)Create a set of fields.Field.SetField.Set. with(Field... fields)Get a new set that contains the fields in this set and those supplied.Field.SetField.Set. with(Iterable<Field> fields)Get a new set that contains the fields in this set and those supplied.Methods in io.debezium.config with parameters of type Field.Set Modifier and Type Method Description default Map<String,String>Configuration. asMap(Field.Set fields)Get 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.default Map<String,org.apache.kafka.common.config.ConfigValue>Configuration. validate(Field.Set fields)Validate the supplied fields in this configuration. -
Uses of Field.Set in io.debezium.metadata
Methods in io.debezium.metadata that return Field.Set Modifier and Type Method Description Field.SetConnectorMetadata. getConnectorFields() -
Uses of Field.Set in io.debezium.relational.history
Fields in io.debezium.relational.history declared as Field.Set Modifier and Type Field Description static Field.SetKafkaDatabaseHistory. ALL_FIELDS -
Uses of Field.Set in io.debezium.transforms
Methods in io.debezium.transforms with parameters of type Field.Set Modifier and Type Method Description voidSmtManager. 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.
-