Uses of Class
io.debezium.config.Field.Set
-
Packages that use Field.Set Package Description io.debezium.config io.debezium.relational.history -
-
Uses of Field.Set in io.debezium.config
Methods in io.debezium.config that return Field.Set Modifier and Type Method Description 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.relational.history
Fields in io.debezium.relational.history declared as Field.Set Modifier and Type Field Description static Field.SetKafkaDatabaseHistory. ALL_FIELDS
-