Uses of Class
org.apache.pulsar.common.api.proto.CommandGetOrCreateSchemaResponse
Packages that use CommandGetOrCreateSchemaResponse
Package
Description
Common protocol.
-
Uses of CommandGetOrCreateSchemaResponse in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandGetOrCreateSchemaResponseModifier and TypeMethodDescriptionCommandGetOrCreateSchemaResponse.clear()CommandGetOrCreateSchemaResponse.clearErrorCode()CommandGetOrCreateSchemaResponse.clearErrorMessage()CommandGetOrCreateSchemaResponse.clearRequestId()CommandGetOrCreateSchemaResponse.clearSchemaVersion()CommandGetOrCreateSchemaResponse.copyFrom(CommandGetOrCreateSchemaResponse _other) BaseCommand.getGetOrCreateSchemaResponse()CommandGetOrCreateSchemaResponse.setErrorCode(ServerError errorCode) CommandGetOrCreateSchemaResponse.setErrorMessage(String errorMessage) BaseCommand.setGetOrCreateSchemaResponse()CommandGetOrCreateSchemaResponse.setRequestId(long requestId) CommandGetOrCreateSchemaResponse.setSchemaVersion(byte[] schemaVersion) CommandGetOrCreateSchemaResponse.setSchemaVersion(io.netty.buffer.ByteBuf schemaVersion) Methods in org.apache.pulsar.common.api.proto with parameters of type CommandGetOrCreateSchemaResponseModifier and TypeMethodDescriptionCommandGetOrCreateSchemaResponse.copyFrom(CommandGetOrCreateSchemaResponse _other) -
Uses of CommandGetOrCreateSchemaResponse in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandGetOrCreateSchemaResponseModifier and TypeMethodDescriptionprotected voidPulsarDecoder.handleGetOrCreateSchemaResponse(CommandGetOrCreateSchemaResponse commandGetOrCreateSchemaResponse)