Package com.yahoo.vespa.config.server
Class ConfigServerSpec
java.lang.Object
com.yahoo.vespa.config.server.ConfigServerSpec
- All Implemented Interfaces:
com.yahoo.config.model.api.ConfigServerSpec
- Author:
- Tony Vaagenes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static List<com.yahoo.config.model.api.ConfigServerSpec>
fromConfig
(com.yahoo.cloud.config.ConfigserverConfig configserverConfig) int
int
int
hashCode()
toString()
-
Constructor Details
-
ConfigServerSpec
-
-
Method Details
-
getHostName
- Specified by:
getHostName
in interfacecom.yahoo.config.model.api.ConfigServerSpec
-
getConfigServerPort
public int getConfigServerPort()- Specified by:
getConfigServerPort
in interfacecom.yahoo.config.model.api.ConfigServerSpec
-
getZooKeeperPort
public int getZooKeeperPort()- Specified by:
getZooKeeperPort
in interfacecom.yahoo.config.model.api.ConfigServerSpec
-
equals
-
hashCode
public int hashCode() -
fromConfig
public static List<com.yahoo.config.model.api.ConfigServerSpec> fromConfig(com.yahoo.cloud.config.ConfigserverConfig configserverConfig) -
toString
-