Uses of Class
org.apache.pulsar.client.api.schema.Field
-
Packages that use Field Package Description org.apache.pulsar.client.api.schema Schema definitions for Pulsar Client API. -
-
Uses of Field in org.apache.pulsar.client.api.schema
Methods in org.apache.pulsar.client.api.schema that return types with arguments of type Field Modifier and Type Method Description java.util.List<Field>
GenericRecord. getFields()
Returns the list of fields associated with the record.java.util.List<Field>
GenericSchema. getFields()
Returns the list of fields.Methods in org.apache.pulsar.client.api.schema with parameters of type Field Modifier and Type Method Description GenericRecordBuilder
GenericRecordBuilder. clear(Field field)
Clears the value of the given field.default java.lang.Object
GenericRecord. getField(Field field)
Retrieve the value of the provided field.GenericRecordBuilder
GenericRecordBuilder. set(Field field, java.lang.Object value)
Sets the value of a field.
-