Uses of Interface
org.apache.pulsar.common.protocol.schema.SchemaVersion
Packages that use SchemaVersion
Package
Description
Common protocol.
Classes to work with schemas.
Implementation of the common of the pulsar schema.
-
Uses of SchemaVersion in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type SchemaVersionModifier and TypeMethodDescriptionstatic io.netty.buffer.ByteBufCommands.newGetOrCreateSchemaResponse(long requestId, SchemaVersion schemaVersion) static BaseCommandCommands.newGetOrCreateSchemaResponseCommand(long requestId, SchemaVersion schemaVersion) static io.netty.buffer.ByteBufCommands.newGetSchemaResponse(long requestId, org.apache.pulsar.common.schema.SchemaInfo schemaInfo, SchemaVersion version) static BaseCommandCommands.newGetSchemaResponseCommand(long requestId, org.apache.pulsar.common.schema.SchemaInfo schemaInfo, SchemaVersion version) static io.netty.buffer.ByteBufCommands.newProducerSuccess(long requestId, String producerName, long lastSequenceId, SchemaVersion schemaVersion, Optional<Long> topicEpoch, boolean isProducerReady) static io.netty.buffer.ByteBufCommands.newProducerSuccess(long requestId, String producerName, SchemaVersion schemaVersion) static BaseCommandCommands.newProducerSuccessCommand(long requestId, String producerName, long lastSequenceId, SchemaVersion schemaVersion, Optional<Long> topicEpoch, boolean isProducerReady) static BaseCommandCommands.newProducerSuccessCommand(long requestId, String producerName, SchemaVersion schemaVersion) Method parameters in org.apache.pulsar.common.protocol with type arguments of type SchemaVersionModifier and TypeMethodDescriptionstatic io.netty.buffer.ByteBufCommands.newGetSchema(long requestId, String topic, Optional<SchemaVersion> version) -
Uses of SchemaVersion in org.apache.pulsar.common.protocol.schema
Classes in org.apache.pulsar.common.protocol.schema that implement SchemaVersionModifier and TypeClassDescriptionclassBytes schema version.final classEmpty schema version.final classLatest schema version.Fields in org.apache.pulsar.common.protocol.schema declared as SchemaVersionModifier and TypeFieldDescriptionstatic final SchemaVersionSchemaVersion.Emptystatic final SchemaVersionSchemaVersion.Latestfinal SchemaVersionStoredSchema.versionMethods in org.apache.pulsar.common.protocol.schema that return SchemaVersionMethods in org.apache.pulsar.common.protocol.schema that return types with arguments of type SchemaVersionModifier and TypeMethodDescriptiondefault CompletableFuture<SchemaVersion>SchemaStorage.put(String key, Function<CompletableFuture<List<CompletableFuture<StoredSchema>>>, CompletableFuture<org.apache.commons.lang3.tuple.Pair<byte[], byte[]>>> fn) Put the schema to the schema storage.Methods in org.apache.pulsar.common.protocol.schema with parameters of type SchemaVersionConstructors in org.apache.pulsar.common.protocol.schema with parameters of type SchemaVersion -
Uses of SchemaVersion in org.apache.pulsar.common.schema
Classes in org.apache.pulsar.common.schema that implement SchemaVersion