接口 ClusterData
public interface ClusterData
-
嵌套类概要
嵌套类 -
方法概要
修饰符和类型方法说明static ClusterData.Builderbuilder()clone()org.apache.pulsar.client.api.ProxyProtocolbooleanbooleanboolean
-
方法详细资料
-
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() -
getListenerName
String getListenerName() -
clone
ClusterData.Builder clone() -
builder
-