Package | Description |
---|---|
org.apache.pulsar.client.api.schema |
Schema definitions for Pulsar Client API.
|
Modifier and Type | Method and Description |
---|---|
List<Field> |
GenericSchema.getFields()
Returns the list of fields.
|
List<Field> |
GenericRecord.getFields()
Returns the list of fields associated with the record.
|
Modifier and Type | Method and Description |
---|---|
GenericRecordBuilder |
GenericRecordBuilder.clear(Field field)
Clears the value of the given field.
|
default Object |
GenericRecord.getField(Field field)
Retrieve the value of the provided field.
|
GenericRecordBuilder |
GenericRecordBuilder.set(Field field,
Object value)
Sets the value of a field.
|
Copyright © 2017–2020 Apache Software Foundation. All rights reserved.