Uses of Interface
org.apache.pulsar.common.schema.SchemaInfo
Packages that use SchemaInfo
Package
Description
Pulsar Client API.
Schema definitions for Pulsar Client API.
Helpers which provide useful functionality for the implementation of Pulsar Client API.
This package contains data structures for schema definitions used in the Pulsar Client API.
-
Uses of SchemaInfo in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return SchemaInfoMethods in org.apache.pulsar.client.api with parameters of type SchemaInfoModifier and TypeMethodDescriptiondefault void
Schema.configureSchemaInfo
(String topic, String componentName, SchemaInfo schemaInfo) Configure the schema to use the provided schema info.static GenericSchema<GenericRecord>
Schema.generic
(SchemaInfo schemaInfo) Returns a generic schema of existing schema info.static Schema<?>
Schema.getSchema
(SchemaInfo schemaInfo) -
Uses of SchemaInfo in org.apache.pulsar.client.api.schema
Methods in org.apache.pulsar.client.api.schema that return SchemaInfoModifier and TypeMethodDescriptionRecordSchemaBuilder.build
(SchemaType schemaType) Build the schema info.Methods in org.apache.pulsar.client.api.schema that return types with arguments of type SchemaInfoModifier and TypeMethodDescriptionSchemaInfoProvider.getLatestSchema()
Retrieve the latest schema info.SchemaInfoProvider.getSchemaByVersion
(byte[] schemaVersion) Retrieve the schema info of a given schemaVersion.Methods in org.apache.pulsar.client.api.schema with parameters of type SchemaInfoModifier and TypeMethodDescriptionstatic GenericSchema
GenericSchema.of
(SchemaInfo schemaInfo) static GenericSchema
GenericSchema.of
(SchemaInfo schemaInfo, boolean useProvidedSchemaAsReaderSchema) -
Uses of SchemaInfo in org.apache.pulsar.client.internal
Methods in org.apache.pulsar.client.internal that return SchemaInfoModifier and TypeMethodDescription<K,
V> SchemaInfo PulsarClientImplementationBinding.encodeKeyValueSchemaInfo
(String schemaName, Schema<K> keySchema, Schema<V> valueSchema, KeyValueEncodingType keyValueEncodingType) Encode key & value into schema into a KeyValue schema.<K,
V> SchemaInfo PulsarClientImplementationBinding.encodeKeyValueSchemaInfo
(Schema<K> keySchema, Schema<V> valueSchema, KeyValueEncodingType keyValueEncodingType) Encode key & value into schema into a KeyValue schema.PulsarClientImplementationBinding.newSchemaInfoImpl
(String name, byte[] schema, SchemaType type, long timestamp, Map<String, String> propertiesValue) Methods in org.apache.pulsar.client.internal that return types with arguments of type SchemaInfoModifier and TypeMethodDescriptionPulsarClientImplementationBinding.decodeKeyValueSchemaInfo
(SchemaInfo schemaInfo) Decode the key/value schema info to get key schema info and value schema info.PulsarClientImplementationBinding.decodeKeyValueSchemaInfo
(SchemaInfo schemaInfo) Decode the key/value schema info to get key schema info and value schema info.Methods in org.apache.pulsar.client.internal with parameters of type SchemaInfoModifier and TypeMethodDescriptionPulsarClientImplementationBinding.decodeKeyValueEncodingType
(SchemaInfo schemaInfo) Decode the kv encoding type from the schema info.PulsarClientImplementationBinding.decodeKeyValueSchemaInfo
(SchemaInfo schemaInfo) Decode the key/value schema info to get key schema info and value schema info.PulsarClientImplementationBinding.getGenericSchema
(SchemaInfo schemaInfo) Schema<?>
PulsarClientImplementationBinding.getSchema
(SchemaInfo schemaInfo) PulsarClientImplementationBinding.jsonifySchemaInfo
(SchemaInfo schemaInfo) Jsonify the schema info.Method parameters in org.apache.pulsar.client.internal with type arguments of type SchemaInfoModifier and TypeMethodDescriptionPulsarClientImplementationBinding.convertKeyValueSchemaInfoDataToString
(KeyValue<SchemaInfo, SchemaInfo> kvSchemaInfo) Convert the key/value schema data.PulsarClientImplementationBinding.convertKeyValueSchemaInfoDataToString
(KeyValue<SchemaInfo, SchemaInfo> kvSchemaInfo) Convert the key/value schema data.PulsarClientImplementationBinding.jsonifyKeyValueSchemaInfo
(KeyValue<SchemaInfo, SchemaInfo> kvSchemaInfo) Jsonify the key/value schema info.PulsarClientImplementationBinding.jsonifyKeyValueSchemaInfo
(KeyValue<SchemaInfo, SchemaInfo> kvSchemaInfo) Jsonify the key/value schema info. -
Uses of SchemaInfo in org.apache.pulsar.common.schema
Methods in org.apache.pulsar.common.schema that return SchemaInfo