Uses of Enum Class
com.yahoo.vespa.hosted.controller.api.integration.configserver.Node.State
Packages that use Node.State
-
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.StateModifier and TypeMethodDescriptionNode.state()Current state of thisstatic Node.StateReturns the enum constant of this class with the specified name.static Node.State[]Node.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return types with arguments of type Node.StateMethods in com.yahoo.vespa.hosted.controller.api.integration.configserver with parameters of type Node.StateModifier and TypeMethodDescriptionvoidNodeRepository.setState(com.yahoo.config.provision.zone.ZoneId zone, Node.State state, String hostname) Move node to given stateNode.Builder.state(Node.State state) NodeFilter.states(Node.State... states) Method parameters in com.yahoo.vespa.hosted.controller.api.integration.configserver with type arguments of type Node.State