Uses of Interface
com.yahoo.vespa.model.NetworkPortRequestor
Packages that use NetworkPortRequestor
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 NetworkPortRequestor in com.yahoo.vespa.model
Subinterfaces of NetworkPortRequestor in com.yahoo.vespa.modelModifier and TypeInterfaceDescriptioninterfaceRepresentation of a process which runs a serviceClasses in com.yahoo.vespa.model that implement NetworkPortRequestorModifier and TypeClassDescriptionclassSuperclass for all Processes.classThere is one config proxy running on each Vespa host, and one instance of this class is therefore created by each instance of classHost.classThere is one config-sentinel running on each Vespa host, and one instance of this class is therefore created by each instance of classHost.classThere is one logd running on each Vespa host, and one instance of this class is therefore created by each instance of classHost.Methods in com.yahoo.vespa.model with parameters of type NetworkPortRequestorModifier and TypeMethodDescriptionintHostPorts.allocateNetworkPort(NetworkPortRequestor service, String suffix) Allocate a dynamic port number for a serviceintHostPorts.requireNetworkPort(int port, NetworkPortRequestor service, String suffix) Allocate a specific port number for a serviceintHostPorts.wantNetworkPort(int port, NetworkPortRequestor service, String suffix) Allocate a preferred port number for a service, fall back to using any dynamic portConstructors in com.yahoo.vespa.model with parameters of type NetworkPortRequestor -
Uses of NetworkPortRequestor in com.yahoo.vespa.model.admin
Classes in com.yahoo.vespa.model.admin that implement NetworkPortRequestorModifier and TypeClassDescriptionclassRepresents a Configserver.classclassRepresents the Logserver.classContainer that should be running on same host as the logserver.classRepresents a Slobrok service. -
Uses of NetworkPortRequestor in com.yahoo.vespa.model.admin.clustercontroller
Classes in com.yahoo.vespa.model.admin.clustercontroller that implement NetworkPortRequestorModifier and TypeClassDescriptionclassContainer implementation for cluster-controllers -
Uses of NetworkPortRequestor in com.yahoo.vespa.model.admin.metricsproxy
Classes in com.yahoo.vespa.model.admin.metricsproxy that implement NetworkPortRequestor -
Uses of NetworkPortRequestor in com.yahoo.vespa.model.admin.otel
Classes in com.yahoo.vespa.model.admin.otel that implement NetworkPortRequestor -
Uses of NetworkPortRequestor in com.yahoo.vespa.model.container
Classes in com.yahoo.vespa.model.container that implement NetworkPortRequestorModifier and TypeClassDescriptionfinal classA container that is typically used by container clusters set up from the user application.classNote about components: In general, all components should belong to the cluster and not the container. -
Uses of NetworkPortRequestor in com.yahoo.vespa.model.content
Classes in com.yahoo.vespa.model.content that implement NetworkPortRequestorModifier and TypeClassDescriptionclassCommon class for config producers for storage and distributor nodes.classRepresents specific configuration for a given distributor node.classClass to provide config related to a specific storage node. -
Uses of NetworkPortRequestor in com.yahoo.vespa.model.search
Classes in com.yahoo.vespa.model.search that implement NetworkPortRequestor