Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.configserver.Node.State
-
Packages that use Node.State Package Description com.yahoo.vespa.hosted.controller.api.integration.configserver -
-
Uses of Node.State in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return Node.State Modifier and Type Method Description Node.StateNode. state()Current state of thisstatic Node.StateNode.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Node.State[]Node.State. 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 that return types with arguments of type Node.State Modifier and Type Method Description Set<Node.State>NodeFilter. states()Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver with parameters of type Node.State Modifier and Type Method Description voidNodeRepository. setState(com.yahoo.config.provision.zone.ZoneId zone, Node.State state, String hostname)Move node to given stateNode.BuilderNode.Builder. state(Node.State state)NodeFilterNodeFilter. states(Node.State... states)Method parameters in com.yahoo.vespa.hosted.controller.api.integration.configserver with type arguments of type Node.State Modifier and Type Method Description NodeFilterNodeFilter. states(Set<Node.State> states)
-