程序包 | 说明 |
---|---|
org.apache.pulsar.client.api |
Pulsar Client API.
|
org.apache.pulsar.client.api.schema |
Schema definitions for Pulsar Client API.
|
org.apache.pulsar.client.internal |
Helpers which provide useful functionality for the implementation of Pulsar Client API.
|
限定符和类型 | 方法和说明 |
---|---|
static GenericSchema<GenericRecord> |
Schema.generic(SchemaInfo schemaInfo)
Returns a generic schema of existing schema info.
|
限定符和类型 | 方法和说明 |
---|---|
FieldSchemaBuilder |
RecordSchemaBuilder.field(String fieldName,
GenericSchema genericSchema)
Add a field with the given name and genericSchema to the record.
|
限定符和类型 | 方法和说明 |
---|---|
static GenericSchema<GenericRecord> |
DefaultImplementation.getGenericSchema(SchemaInfo schemaInfo) |
Copyright © 2017–2020 Apache Software Foundation. All rights reserved.