Class 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 Detail

      • Spec

        public Spec​(String hostName,
                    int configServerPort,
                    int zooKeeperPort)
    • Method Detail

      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object