Uses of Enum Class
org.apache.pulsar.common.api.proto.CommandLookupTopicResponse.LookupType
Packages that use CommandLookupTopicResponse.LookupType
Package
Description
Common protocol.
-
Uses of CommandLookupTopicResponse.LookupType in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandLookupTopicResponse.LookupTypeModifier and TypeMethodDescriptionCommandLookupTopicResponse.getResponse()CommandLookupTopicResponse.LookupType.valueOf(int n) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.CommandLookupTopicResponse.LookupType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.common.api.proto with parameters of type CommandLookupTopicResponse.LookupTypeModifier and TypeMethodDescriptionCommandLookupTopicResponse.setResponse(CommandLookupTopicResponse.LookupType response) -
Uses of CommandLookupTopicResponse.LookupType in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandLookupTopicResponse.LookupTypeModifier and TypeMethodDescriptionstatic io.netty.buffer.ByteBufCommands.newLookupResponse(String brokerServiceUrl, String brokerServiceUrlTls, boolean authoritative, CommandLookupTopicResponse.LookupType lookupType, long requestId, boolean proxyThroughServiceUrl) static BaseCommandCommands.newLookupResponseCommand(String brokerServiceUrl, String brokerServiceUrlTls, boolean authoritative, CommandLookupTopicResponse.LookupType lookupType, long requestId, boolean proxyThroughServiceUrl)