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.configserver com.yahoo.vespa.hosted.controller.api.integration.noderepository -
-
Uses of NodeState in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver with parameters of type NodeState Modifier and Type Method Description voidNodeRepository. setState(com.yahoo.config.provision.zone.ZoneId zone, NodeState nodeState, java.lang.String nodename) -
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 NodeStateNodeRepositoryNode. getState()static NodeStateNodeState. valueOf(java.lang.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 voidNodeRepositoryNode. setState(NodeState state)java.lang.StringProvisionResource. setState(NodeState state, java.lang.String hostname)
-