Interface ClusterData
public interface ClusterData
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClusterData.Builder
builder()
clone()
org.apache.pulsar.client.api.ProxyProtocol
boolean
boolean
boolean
-
Method Details
-
getServiceUrl
String getServiceUrl() -
getServiceUrlTls
String getServiceUrlTls() -
getBrokerServiceUrl
String getBrokerServiceUrl() -
getBrokerServiceUrlTls
String getBrokerServiceUrlTls() -
getProxyServiceUrl
String getProxyServiceUrl() -
getProxyProtocol
org.apache.pulsar.client.api.ProxyProtocol getProxyProtocol() -
getPeerClusterNames
LinkedHashSet<String> getPeerClusterNames() -
getAuthenticationPlugin
String getAuthenticationPlugin() -
getAuthenticationParameters
String getAuthenticationParameters() -
isBrokerClientTlsEnabled
boolean isBrokerClientTlsEnabled() -
isTlsAllowInsecureConnection
boolean isTlsAllowInsecureConnection() -
isBrokerClientTlsEnabledWithKeyStore
boolean isBrokerClientTlsEnabledWithKeyStore() -
getBrokerClientTlsTrustStoreType
String getBrokerClientTlsTrustStoreType() -
getBrokerClientTlsTrustStore
String getBrokerClientTlsTrustStore() -
getBrokerClientTlsTrustStorePassword
String getBrokerClientTlsTrustStorePassword() -
getBrokerClientTrustCertsFilePath
String getBrokerClientTrustCertsFilePath() -
getBrokerClientCertificateFilePath
String getBrokerClientCertificateFilePath() -
getBrokerClientKeyFilePath
String getBrokerClientKeyFilePath() -
getBrokerClientTlsKeyStoreType
String getBrokerClientTlsKeyStoreType() -
getBrokerClientTlsKeyStorePassword
String getBrokerClientTlsKeyStorePassword() -
getBrokerClientTlsKeyStore
String getBrokerClientTlsKeyStore() -
getListenerName
String getListenerName() -
clone
ClusterData.Builder clone() -
builder
-