Uses of Class
org.apache.pulsar.common.api.proto.CommandGetSchemaResponse
Packages that use CommandGetSchemaResponse
Package
Description
Common protocol.
-
Uses of CommandGetSchemaResponse in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandGetSchemaResponseModifier and TypeMethodDescriptionCommandGetSchemaResponse.clear()CommandGetSchemaResponse.clearErrorCode()CommandGetSchemaResponse.clearErrorMessage()CommandGetSchemaResponse.clearRequestId()CommandGetSchemaResponse.clearSchema()CommandGetSchemaResponse.clearSchemaVersion()CommandGetSchemaResponse.copyFrom(CommandGetSchemaResponse _other) BaseCommand.getGetSchemaResponse()CommandGetSchemaResponse.setErrorCode(ServerError errorCode) CommandGetSchemaResponse.setErrorMessage(String errorMessage) BaseCommand.setGetSchemaResponse()CommandGetSchemaResponse.setRequestId(long requestId) CommandGetSchemaResponse.setSchemaVersion(byte[] schemaVersion) CommandGetSchemaResponse.setSchemaVersion(io.netty.buffer.ByteBuf schemaVersion) Methods in org.apache.pulsar.common.api.proto with parameters of type CommandGetSchemaResponseModifier and TypeMethodDescriptionCommandGetSchemaResponse.copyFrom(CommandGetSchemaResponse _other) -
Uses of CommandGetSchemaResponse in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandGetSchemaResponseModifier and TypeMethodDescriptionprotected voidPulsarDecoder.handleGetSchemaResponse(CommandGetSchemaResponse commandGetSchemaResponse) static io.netty.buffer.ByteBufCommands.newGetSchemaResponse(long requestId, CommandGetSchemaResponse response)