Uses of Class
org.apache.pulsar.common.api.proto.CommandLookupTopicResponse
Packages that use CommandLookupTopicResponse
Package
Description
Common protocol.
-
Uses of CommandLookupTopicResponse in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandLookupTopicResponseModifier and TypeMethodDescriptionCommandLookupTopicResponse.clear()CommandLookupTopicResponse.clearAuthoritative()CommandLookupTopicResponse.clearBrokerServiceUrl()CommandLookupTopicResponse.clearBrokerServiceUrlTls()CommandLookupTopicResponse.clearError()CommandLookupTopicResponse.clearMessage()CommandLookupTopicResponse.clearProxyThroughServiceUrl()CommandLookupTopicResponse.clearRequestId()CommandLookupTopicResponse.clearResponse()CommandLookupTopicResponse.copyFrom(CommandLookupTopicResponse _other) BaseCommand.getLookupTopicResponse()CommandLookupTopicResponse.setAuthoritative(boolean authoritative) CommandLookupTopicResponse.setBrokerServiceUrl(String brokerServiceUrl) CommandLookupTopicResponse.setBrokerServiceUrlTls(String brokerServiceUrlTls) CommandLookupTopicResponse.setError(ServerError error) BaseCommand.setLookupTopicResponse()CommandLookupTopicResponse.setMessage(String message) CommandLookupTopicResponse.setProxyThroughServiceUrl(boolean proxyThroughServiceUrl) CommandLookupTopicResponse.setRequestId(long requestId) CommandLookupTopicResponse.setResponse(CommandLookupTopicResponse.LookupType response) Methods in org.apache.pulsar.common.api.proto with parameters of type CommandLookupTopicResponseModifier and TypeMethodDescriptionCommandLookupTopicResponse.copyFrom(CommandLookupTopicResponse _other) -
Uses of CommandLookupTopicResponse in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandLookupTopicResponseModifier and TypeMethodDescriptionprotected voidPulsarDecoder.handleLookupResponse(CommandLookupTopicResponse connection)