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 configurationStoreServers, String ledgersRootPath, String bookkeeperMetadataServiceUri, String stateStorageServiceUrl)
  • Method Details

    • getZookeeperServers

      public String getZookeeperServers()
    • getConfigurationStoreServers

      public String getConfigurationStoreServers()
    • 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