Class ConfigServerSpec

java.lang.Object
com.yahoo.vespa.config.server.ConfigServerSpec
All Implemented Interfaces:
com.yahoo.config.model.api.ConfigServerSpec

public class ConfigServerSpec extends Object implements com.yahoo.config.model.api.ConfigServerSpec
Author:
Tony Vaagenes
  • Constructor Details

    • ConfigServerSpec

      public ConfigServerSpec(String hostName, int configServerPort, int zooKeeperPort)
  • Method Details

    • getHostName

      public String getHostName()
      Specified by:
      getHostName in interface com.yahoo.config.model.api.ConfigServerSpec
    • getConfigServerPort

      public int getConfigServerPort()
      Specified by:
      getConfigServerPort in interface com.yahoo.config.model.api.ConfigServerSpec
    • getZooKeeperPort

      public int getZooKeeperPort()
      Specified by:
      getZooKeeperPort in interface com.yahoo.config.model.api.ConfigServerSpec
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • fromConfig

      public static List<com.yahoo.config.model.api.ConfigServerSpec> fromConfig(com.yahoo.cloud.config.ConfigserverConfig configserverConfig)
    • toString

      public String toString()
      Overrides:
      toString in class Object