Interface ClusterData


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