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()NodeNodeRepository. getNode(com.yahoo.config.provision.zone.ZoneId zone, String hostname)Get node from zoneMethods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return types with arguments of type Node Modifier and Type Method Description List<Node>NodeRepository. list(com.yahoo.config.provision.zone.ZoneId zone, NodeFilter filter)List nodes in given zone matching given filterMethods in com.yahoo.vespa.hosted.controller.api.integration.configserver with parameters of type Node Modifier and Type Method Description static Node.BuilderNode. builder(Node node)Method parameters in com.yahoo.vespa.hosted.controller.api.integration.configserver with type arguments of type Node Modifier and Type Method Description voidNodeRepository. addNodes(com.yahoo.config.provision.zone.ZoneId zone, List<Node> nodes)Add new nodes to the node repository -
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(List<Node> nodes, Instant timestamp, com.yahoo.config.provision.zone.ZoneId zoneId)
-