Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.configserver.Node.ServiceState
-
Packages that use Node.ServiceState Package Description com.yahoo.vespa.hosted.controller.api.integration.configserver -
-
Uses of Node.ServiceState in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return Node.ServiceState Modifier and Type Method Description Node.ServiceStateNode. serviceState()The current service state of thisstatic Node.ServiceStateNode.ServiceState. valueOf(String name)Returns the enum constant of this type with the specified name.static Node.ServiceState[]Node.ServiceState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver with parameters of type Node.ServiceState Modifier and Type Method Description Node.BuilderNode.Builder. serviceState(Node.ServiceState serviceState)
-