Uses of Class
com.yahoo.vespa.model.Host
Packages that use Host
Package
Description
Provides the classes for the Vespa config model framework.
-
Uses of Host in com.yahoo.vespa.model
Methods in com.yahoo.vespa.model that return HostModifier and TypeMethodDescriptionstatic HostHost.createConfigServerHost(HostSystem hostSystem, String hostname) static HostHost.createHost(HostSystem hostSystem, String hostname) HostResource.getHost()Return the currently boundHost.Methods in com.yahoo.vespa.model with parameters of type HostConstructors in com.yahoo.vespa.model with parameters of type HostModifierConstructorDescriptionConfigProxy(Host host) Creates a new ConfigProxy instance.ConfigSentinel(Host host, com.yahoo.config.provision.ApplicationId applicationId, com.yahoo.config.provision.Zone zone) Constructs a new ConfigSentinel for the given host.HostResource(Host host) Create a newHostResourcebound to a specificHost.HostResource(Host host, com.yahoo.config.provision.HostSpec spec) Creates a new Logd instance.Constructor parameters in com.yahoo.vespa.model with type arguments of type HostModifierConstructorDescriptionHost(TreeConfigProducer<? super Host> parent, String hostname) Constructs a new Host instance.