Class TestProperties.Spec

  • All Implemented Interfaces:
    com.yahoo.config.model.api.ConfigServerSpec
    Enclosing class:
    TestProperties

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

      Constructors 
      Constructor Description
      Spec​(java.lang.String hostName, int configServerPort, int zooKeeperPort)  
    • Constructor Detail

      • Spec

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

      • getHostName

        public java.lang.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​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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