Class ConfigServerVersion
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.configserver.ConfigServerVersion
-
public class ConfigServerVersion extends Object
Represents the config server's current and wanted version.- Author:
- mpolden
-
-
Constructor Summary
Constructors Constructor Description ConfigServerVersion(com.yahoo.component.Version current, com.yahoo.component.Version wanted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.yahoo.component.Versioncurrent()booleanupgrading()com.yahoo.component.Versionwanted()
-