Class ConfigServerVersion


  • public class ConfigServerVersion
    extends java.lang.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.Version current()  
      boolean upgrading()  
      com.yahoo.component.Version wanted()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConfigServerVersion

        public ConfigServerVersion​(com.yahoo.component.Version current,
                                   com.yahoo.component.Version wanted)
    • Method Detail

      • current

        public com.yahoo.component.Version current()
      • wanted

        public com.yahoo.component.Version wanted()
      • upgrading

        public boolean upgrading()