Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.configserver.Node
-
Packages that use Node Package Description com.yahoo.vespa.hosted.controller.api.integration.configserver com.yahoo.vespa.hosted.controller.api.integration.resource -
-
Uses of Node in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return Node Modifier and Type Method Description NodeNode.Builder. build()Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return types with arguments of type Node Modifier and Type Method Description default java.util.List<Node>NodeRepository. list(com.yahoo.config.provision.zone.ZoneId zone)List all nodes in given zonedefault java.util.List<Node>NodeRepository. list(com.yahoo.config.provision.zone.ZoneId zone, com.yahoo.config.provision.ApplicationId application)List all nodes in zone owned by given applicationdefault 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 applicationdefault java.util.List<Node>NodeRepository. list(com.yahoo.config.provision.zone.ZoneId zone, java.util.List<com.yahoo.config.provision.HostName> hostnames)List all nodes in zone having given hostnamesConstructors in com.yahoo.vespa.hosted.controller.api.integration.configserver with parameters of type Node Constructor Description Builder(Node node) -
Uses of Node in com.yahoo.vespa.hosted.controller.api.integration.resource
Method parameters in com.yahoo.vespa.hosted.controller.api.integration.resource with type arguments of type Node Modifier and Type Method Description static ResourceSnapshotResourceSnapshot. from(java.util.List<Node> nodes, java.time.Instant timestamp, com.yahoo.config.provision.zone.ZoneId zoneId)
-