Class TestProperties.Spec

java.lang.Object
com.yahoo.config.model.deploy.TestProperties.Spec
All Implemented Interfaces:
com.yahoo.config.model.api.ConfigServerSpec
Enclosing class:
TestProperties

public static class TestProperties.Spec extends Object implements com.yahoo.config.model.api.ConfigServerSpec
  • Constructor Details

    • Spec

      public Spec(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