Interface ClusterData
-
public interface ClusterData
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceClusterData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ClusterData.Builderbuilder()ClusterData.Builderclone()java.lang.StringgetAuthenticationParameters()java.lang.StringgetAuthenticationPlugin()java.lang.StringgetBrokerClientTlsTrustStore()java.lang.StringgetBrokerClientTlsTrustStorePassword()java.lang.StringgetBrokerClientTlsTrustStoreType()java.lang.StringgetBrokerClientTrustCertsFilePath()java.lang.StringgetBrokerServiceUrl()java.lang.StringgetBrokerServiceUrlTls()java.lang.StringgetListenerName()java.util.LinkedHashSet<java.lang.String>getPeerClusterNames()org.apache.pulsar.client.api.ProxyProtocolgetProxyProtocol()java.lang.StringgetProxyServiceUrl()java.lang.StringgetServiceUrl()java.lang.StringgetServiceUrlTls()booleanisBrokerClientTlsEnabled()booleanisBrokerClientTlsEnabledWithKeyStore()booleanisTlsAllowInsecureConnection()
-
-
-
Method Detail
-
getServiceUrl
java.lang.String getServiceUrl()
-
getServiceUrlTls
java.lang.String getServiceUrlTls()
-
getBrokerServiceUrl
java.lang.String getBrokerServiceUrl()
-
getBrokerServiceUrlTls
java.lang.String getBrokerServiceUrlTls()
-
getProxyServiceUrl
java.lang.String getProxyServiceUrl()
-
getProxyProtocol
org.apache.pulsar.client.api.ProxyProtocol getProxyProtocol()
-
getPeerClusterNames
java.util.LinkedHashSet<java.lang.String> getPeerClusterNames()
-
getAuthenticationPlugin
java.lang.String getAuthenticationPlugin()
-
getAuthenticationParameters
java.lang.String getAuthenticationParameters()
-
isBrokerClientTlsEnabled
boolean isBrokerClientTlsEnabled()
-
isTlsAllowInsecureConnection
boolean isTlsAllowInsecureConnection()
-
isBrokerClientTlsEnabledWithKeyStore
boolean isBrokerClientTlsEnabledWithKeyStore()
-
getBrokerClientTlsTrustStoreType
java.lang.String getBrokerClientTlsTrustStoreType()
-
getBrokerClientTlsTrustStore
java.lang.String getBrokerClientTlsTrustStore()
-
getBrokerClientTlsTrustStorePassword
java.lang.String getBrokerClientTlsTrustStorePassword()
-
getBrokerClientTrustCertsFilePath
java.lang.String getBrokerClientTrustCertsFilePath()
-
getListenerName
java.lang.String getListenerName()
-
clone
ClusterData.Builder clone()
-
builder
static ClusterData.Builder builder()
-
-