public class LookupResult extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LookupResult.Type |
| Constructor and Description |
|---|
LookupResult(NamespaceEphemeralData namespaceEphemeralData) |
LookupResult(NamespaceEphemeralData namespaceEphemeralData,
String nativeUrl,
String nativeUrlTls) |
LookupResult(String httpUrl,
String httpUrlTls,
String brokerServiceUrl,
String brokerServiceUrlTls,
boolean authoritativeRedirect) |
LookupResult(String httpUrl,
String httpUrlTls,
String nativeUrl,
String nativeUrlTls,
LookupResult.Type type,
boolean authoritativeRedirect) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.pulsar.common.lookup.data.LookupData |
getLookupData() |
boolean |
isAuthoritativeRedirect() |
boolean |
isBrokerUrl() |
boolean |
isRedirect() |
String |
toString() |
public LookupResult(NamespaceEphemeralData namespaceEphemeralData)
public LookupResult(String httpUrl, String httpUrlTls, String brokerServiceUrl, String brokerServiceUrlTls, boolean authoritativeRedirect)
public LookupResult(String httpUrl, String httpUrlTls, String nativeUrl, String nativeUrlTls, LookupResult.Type type, boolean authoritativeRedirect)
public LookupResult(NamespaceEphemeralData namespaceEphemeralData, String nativeUrl, String nativeUrlTls)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.