Package | Description |
---|---|
org.apache.pulsar.client.api | |
org.apache.pulsar.client.api.schema | |
org.apache.pulsar.client.internal |
Modifier and Type | Method and Description |
---|---|
static GenericSchema<GenericRecord> |
Schema.generic(SchemaInfo schemaInfo)
Returns a generic schema of existing schema info.
|
Modifier and Type | Method and Description |
---|---|
FieldSchemaBuilder |
RecordSchemaBuilder.field(String fieldName,
GenericSchema genericSchema)
Add a field with the given name and genericSchema to the record.
|
Modifier and Type | Method and Description |
---|---|
static GenericSchema<GenericRecord> |
DefaultImplementation.getGenericSchema(SchemaInfo schemaInfo) |
Copyright © 2017–2019 Apache Software Foundation. All rights reserved.