Uses of Class
org.apache.pulsar.common.api.proto.CommandGetSchema
Packages that use CommandGetSchema
Package
Description
Common protocol.
-
Uses of CommandGetSchema in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandGetSchemaModifier and TypeMethodDescriptionCommandGetSchema.clear()CommandGetSchema.clearRequestId()CommandGetSchema.clearSchemaVersion()CommandGetSchema.clearTopic()CommandGetSchema.copyFrom(CommandGetSchema _other) BaseCommand.getGetSchema()BaseCommand.setGetSchema()CommandGetSchema.setRequestId(long requestId) CommandGetSchema.setSchemaVersion(byte[] schemaVersion) CommandGetSchema.setSchemaVersion(io.netty.buffer.ByteBuf schemaVersion) Methods in org.apache.pulsar.common.api.proto with parameters of type CommandGetSchema -
Uses of CommandGetSchema in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandGetSchemaModifier and TypeMethodDescriptionprotected voidPulsarDecoder.handleGetSchema(CommandGetSchema commandGetSchema)