Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.noderepository.NodeState
-
Packages that use NodeState Package Description com.yahoo.vespa.hosted.controller.api.integration.noderepository -
-
Uses of NodeState in com.yahoo.vespa.hosted.controller.api.integration.noderepository
Methods in com.yahoo.vespa.hosted.controller.api.integration.noderepository that return NodeState Modifier and Type Method Description static NodeStateNodeState. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeState[]NodeState. 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.noderepository with parameters of type NodeState Modifier and Type Method Description booleanNodeRepositoryNode. hasState(NodeState state)StringProvisionResource. setState(NodeState state, String hostname)
-