| Package | Description |
|---|---|
| org.apache.pulsar.common.api.proto | |
| org.apache.pulsar.common.protocol |
Common protocol.
|
| Modifier and Type | Method and Description |
|---|---|
PulsarApi.CommandLookupTopicResponse.LookupType |
PulsarApi.CommandLookupTopicResponseOrBuilder.getResponse() |
PulsarApi.CommandLookupTopicResponse.LookupType |
PulsarApi.CommandLookupTopicResponse.getResponse() |
PulsarApi.CommandLookupTopicResponse.LookupType |
PulsarApi.CommandLookupTopicResponse.Builder.getResponse() |
static PulsarApi.CommandLookupTopicResponse.LookupType |
PulsarApi.CommandLookupTopicResponse.LookupType.valueOf(int value) |
static PulsarApi.CommandLookupTopicResponse.LookupType |
PulsarApi.CommandLookupTopicResponse.LookupType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PulsarApi.CommandLookupTopicResponse.LookupType[] |
PulsarApi.CommandLookupTopicResponse.LookupType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.pulsar.shaded.com.google.protobuf.v241.Internal.EnumLiteMap<PulsarApi.CommandLookupTopicResponse.LookupType> |
PulsarApi.CommandLookupTopicResponse.LookupType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
PulsarApi.CommandLookupTopicResponse.Builder |
PulsarApi.CommandLookupTopicResponse.Builder.setResponse(PulsarApi.CommandLookupTopicResponse.LookupType value) |
| Modifier and Type | Method and Description |
|---|---|
static io.netty.buffer.ByteBuf |
Commands.newLookupResponse(String brokerServiceUrl,
String brokerServiceUrlTls,
boolean authoritative,
PulsarApi.CommandLookupTopicResponse.LookupType response,
long requestId,
boolean proxyThroughServiceUrl) |
static PulsarApi.BaseCommand |
Commands.newLookupResponseCommand(String brokerServiceUrl,
String brokerServiceUrlTls,
boolean authoritative,
PulsarApi.CommandLookupTopicResponse.LookupType response,
long requestId,
boolean proxyThroughServiceUrl) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.