Class ConfigServerVersion
java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.configserver.ConfigServerVersion
Represents the config server's current and wanted version.
- Author:
- mpolden
-
Constructor Summary
ConstructorsConstructorDescriptionConfigServerVersion(com.yahoo.component.Version current, com.yahoo.component.Version wanted) -
Method Summary
-
Constructor Details
-
ConfigServerVersion
public ConfigServerVersion(com.yahoo.component.Version current, com.yahoo.component.Version wanted)
-
-
Method Details
-
current
public com.yahoo.component.Version current() -
wanted
public com.yahoo.component.Version wanted() -
upgrading
public boolean upgrading()
-