Class InternalConfigurationData


  • public class InternalConfigurationData
    extends java.lang.Object
    Internal configuration data.
    • Constructor Detail

      • InternalConfigurationData

        public InternalConfigurationData()
      • InternalConfigurationData

        public InternalConfigurationData​(java.lang.String zookeeperServers,
                                         java.lang.String configurationMetadataStoreUrl,
                                         java.lang.String ledgersRootPath,
                                         java.lang.String bookkeeperMetadataServiceUri,
                                         java.lang.String stateStorageServiceUrl)
    • Method Detail

      • getZookeeperServers

        @Deprecated
        public java.lang.String getZookeeperServers()
        Deprecated.
      • setZookeeperServers

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

        @Deprecated
        public java.lang.String getConfigurationStoreServers()
        Deprecated.
      • setConfigurationStoreServers

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

        public java.lang.String getMetadataStoreUrl()
      • getConfigurationMetadataStoreUrl

        public java.lang.String getConfigurationMetadataStoreUrl()
      • getLedgersRootPath

        @Deprecated
        public java.lang.String getLedgersRootPath()
        Deprecated.
      • getBookkeeperMetadataServiceUri

        public java.lang.String getBookkeeperMetadataServiceUri()
      • getStateStorageServiceUrl

        public java.lang.String getStateStorageServiceUrl()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object