Class InternalConfigurationData

java.lang.Object
org.apache.pulsar.common.conf.InternalConfigurationData

public class InternalConfigurationData extends Object
Internal configuration data.
  • Constructor Details

    • InternalConfigurationData

      public InternalConfigurationData()
    • InternalConfigurationData

      public InternalConfigurationData(String zookeeperServers, String configurationMetadataStoreUrl, String ledgersRootPath, String bookkeeperMetadataServiceUri, String stateStorageServiceUrl)
  • Method Details

    • getZookeeperServers

      @Deprecated public String getZookeeperServers()
      Deprecated.
    • setZookeeperServers

      @Deprecated public void setZookeeperServers(String zookeeperServers)
      Deprecated.
    • getConfigurationStoreServers

      @Deprecated public String getConfigurationStoreServers()
      Deprecated.
    • setConfigurationStoreServers

      @Deprecated public void setConfigurationStoreServers(String configurationStoreServers)
      Deprecated.
    • getMetadataStoreUrl

      public String getMetadataStoreUrl()
    • getConfigurationMetadataStoreUrl

      public String getConfigurationMetadataStoreUrl()
    • getLedgersRootPath

      @Deprecated public String getLedgersRootPath()
      Deprecated.
    • getBookkeeperMetadataServiceUri

      public String getBookkeeperMetadataServiceUri()
    • getStateStorageServiceUrl

      public String getStateStorageServiceUrl()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object