Uses of Class
com.yahoo.vespa.model.HostResource
Packages that use HostResource
Package
Description
Provides the classes for the Vespa config model framework.
Provides the classes for the admin components of the Vespa config
model.
-
Uses of HostResource in com.yahoo.config.model.test
Methods in com.yahoo.config.model.test that return types with arguments of type HostResourceModifier and TypeMethodDescriptionTestRoot.getHosts()Retrieve the hosts available in this model. -
Uses of HostResource in com.yahoo.vespa.model
Methods in com.yahoo.vespa.model that return HostResourceModifier and TypeMethodDescriptionAbstractService.getHost()Service.getHost()Returns the physical host resource on which this service runs.AbstractService.getHostResource()Methods in com.yahoo.vespa.model that return types with arguments of type HostResourceModifier and TypeMethodDescriptionMap<HostResource,com.yahoo.config.provision.ClusterMembership> HostSystem.allocateHosts(com.yahoo.config.provision.ClusterSpec cluster, com.yahoo.config.provision.Capacity capacity, com.yahoo.config.application.api.DeployLogger logger) HostSystem.getAllHosts()Returns the hosts in this systemHostSystem.getHosts()Returns the hosts owned by the application having this system - i.e. all hosts except config serversMethods in com.yahoo.vespa.model with parameters of type HostResourceModifier and TypeMethodDescriptionvoidHostSystem.addBoundHost(HostResource host) intHostResource.comparePrimarilyByIndexTo(HostResource other) Compares by the index of the primary membership, if both hosts are members in at least one cluster at this time.intHostResource.compareTo(HostResource other) protected intAbstractService.getIndex(HostResource host) Computes a number that identifies the service on the given host.voidAbstractService.setHostResource(HostResource hostResource) -
Uses of HostResource in com.yahoo.vespa.model.admin
Methods in com.yahoo.vespa.model.admin with parameters of type HostResourceModifier and TypeMethodDescriptionvoidAdmin.addAndInitializeService(DeployState deployState, HostResource host, AbstractService service) Method parameters in com.yahoo.vespa.model.admin with type arguments of type HostResourceModifier and TypeMethodDescriptionvoidAdmin.addPerHostServices(List<HostResource> hosts, DeployState deployState) Adds services to all hosts in the system. -
Uses of HostResource in com.yahoo.vespa.model.admin.metricsproxy
Constructors in com.yahoo.vespa.model.admin.metricsproxy with parameters of type HostResourceModifierConstructorDescriptionMetricsProxyContainer(MetricsProxyContainerCluster cluster, HostResource host, int index, DeployState deployState) -
Uses of HostResource in com.yahoo.vespa.model.builder.xml.dom
Methods in com.yahoo.vespa.model.builder.xml.dom that return types with arguments of type HostResourceModifier and TypeMethodDescriptionMap<HostResource,com.yahoo.config.provision.ClusterMembership> NodesSpecification.provision(HostSystem hostSystem, com.yahoo.config.provision.ClusterSpec.Type clusterType, com.yahoo.config.provision.ClusterSpec.Id clusterId, com.yahoo.config.application.api.DeployLogger logger, boolean stateful, com.yahoo.config.provision.ClusterInfo clusterInfo) Map<HostResource,com.yahoo.config.provision.ClusterMembership> NodesSpecification.provision(HostSystem hostSystem, com.yahoo.config.provision.ClusterSpec.Type clusterType, com.yahoo.config.provision.ClusterSpec.Id clusterId, com.yahoo.config.provision.ZoneEndpoint zoneEndpoint, com.yahoo.config.application.api.DeployLogger logger, boolean stateful, com.yahoo.config.provision.ClusterInfo info) -
Uses of HostResource in com.yahoo.vespa.model.content
Methods in com.yahoo.vespa.model.content that return types with arguments of type HostResourceModifier and TypeMethodDescriptionstatic Map<HostResource,com.yahoo.config.provision.ClusterMembership> StorageGroup.provisionHosts(NodesSpecification nodesSpecification, String clusterIdString, HostSystem hostSystem, ConfigModelContext context)