类 InternalConfigurationData

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

public class InternalConfigurationData extends Object
Internal configuration data.
  • 构造器详细资料

    • InternalConfigurationData

      public InternalConfigurationData()
    • InternalConfigurationData

      public InternalConfigurationData(String zookeeperServers, String configurationMetadataStoreUrl, String ledgersRootPath, String bookkeeperMetadataServiceUri, String stateStorageServiceUrl)
  • 方法详细资料

    • getZookeeperServers

      @Deprecated public String getZookeeperServers()
      已过时。
    • setZookeeperServers

      @Deprecated public void setZookeeperServers(String zookeeperServers)
      已过时。
    • getConfigurationStoreServers

      @Deprecated public String getConfigurationStoreServers()
      已过时。
    • setConfigurationStoreServers

      @Deprecated public void setConfigurationStoreServers(String configurationStoreServers)
      已过时。
    • getMetadataStoreUrl

      public String getMetadataStoreUrl()
    • getConfigurationMetadataStoreUrl

      public String getConfigurationMetadataStoreUrl()
    • getLedgersRootPath

      @Deprecated public String getLedgersRootPath()
      已过时。
    • getBookkeeperMetadataServiceUri

      public String getBookkeeperMetadataServiceUri()
    • getStateStorageServiceUrl

      public String getStateStorageServiceUrl()
    • equals

      public boolean equals(Object obj)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object