Interface ClusterData


public interface ClusterData
  • 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()
    • getListenerName

      String getListenerName()
    • clone

    • builder

      static ClusterData.Builder builder()