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()static Node.StateNode.State. valueOf(java.lang.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 with parameters of type Node.State Modifier and Type Method Description Node.BuilderNode.Builder. state(Node.State state)Method parameters in com.yahoo.vespa.hosted.controller.api.integration.configserver with type arguments of type Node.State Modifier and Type Method Description default java.util.List<Node>NodeRepository. list(com.yahoo.config.provision.zone.ZoneId zone, com.yahoo.config.provision.ApplicationId application, java.util.Set<Node.State> states)List all nodes in states, in zone owned by given applicationConstructors in com.yahoo.vespa.hosted.controller.api.integration.configserver with parameters of type Node.State Constructor Description Node(com.yahoo.config.provision.HostName hostname, java.util.Optional<com.yahoo.config.provision.HostName> parentHostname, Node.State state, com.yahoo.config.provision.NodeType type, com.yahoo.config.provision.NodeResources resources, java.util.Optional<com.yahoo.config.provision.ApplicationId> owner, com.yahoo.component.Version currentVersion, com.yahoo.component.Version wantedVersion, com.yahoo.component.Version currentOsVersion, com.yahoo.component.Version wantedOsVersion, java.util.Optional<java.time.Instant> currentFirmwareCheck, java.util.Optional<java.time.Instant> wantedFirmwareCheck, Node.ServiceState serviceState, java.util.Optional<java.time.Instant> suspendedSince, long restartGeneration, long wantedRestartGeneration, long rebootGeneration, long wantedRebootGeneration, int cost, java.lang.String flavor, java.lang.String clusterId, Node.ClusterType clusterType, boolean wantToRetire, boolean wantToDeprovision, java.util.Optional<com.yahoo.config.provision.TenantName> reservedTo, com.yahoo.config.provision.DockerImage wantedDockerImage, com.yahoo.config.provision.DockerImage currentDockerImage)
-