Uses of Class
com.yahoo.vespa.model.builder.xml.dom.NodesSpecification
Packages that use NodesSpecification
-
Uses of NodesSpecification in com.yahoo.vespa.model.builder.xml.dom
Methods in com.yahoo.vespa.model.builder.xml.dom that return NodesSpecificationModifier and TypeMethodDescriptionstatic NodesSpecificationNodesSpecification.dedicated(int count, ConfigModelContext context) Returns a requirement fromcountdedicated nodes in one groupstatic NodesSpecificationNodesSpecification.from(ModelElement nodesElement, ConfigModelContext context) Returns a requirement for dedicated nodes taken from the givennodeselementstatic NodesSpecificationNodesSpecification.nonDedicated(int count, ConfigModelContext context) Returns a requirement fromcountnon-dedicated nodes in one groupstatic NodesSpecificationNodesSpecification.requiredFromSharedParents(int count, com.yahoo.config.provision.NodeResources resources, ModelElement element, ConfigModelContext context) Returns a requirement forcountshared nodes withrequiredtaken as the OR over all content clusters, and with the given resources.Methods in com.yahoo.vespa.model.builder.xml.dom that return types with arguments of type NodesSpecificationModifier and TypeMethodDescriptionstatic Optional<NodesSpecification>NodesSpecification.optionalDedicatedFromParent(ModelElement parentElement, ConfigModelContext context) Returns a requirement for non-dedicated or dedicated nodes taken from thenodeselement contained in the given parent element, or empty if the parent element is null, or the nodes elements is not present. -
Uses of NodesSpecification in com.yahoo.vespa.model.content
Methods in com.yahoo.vespa.model.content with parameters of type NodesSpecificationModifier and TypeMethodDescriptionstatic Map<HostResource,com.yahoo.config.provision.ClusterMembership> StorageGroup.provisionHosts(NodesSpecification nodesSpecification, String clusterIdString, HostSystem hostSystem, ConfigModelContext context)