Uses of Class
com.yahoo.config.model.producer.AnyConfigProducer
Packages that use AnyConfigProducer
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 AnyConfigProducer in com.yahoo.config.model
Subclasses of AnyConfigProducer in com.yahoo.config.modelModifier and TypeClassDescriptionclassThis is the parent of all ConfigProducers in the system resulting from configuring an application.Methods in com.yahoo.config.model that return types with arguments of type AnyConfigProducerMethods in com.yahoo.config.model with parameters of type AnyConfigProducerModifier and TypeMethodDescriptionvoidApplicationConfigProducerRoot.addDescendant(AnyConfigProducer descendant) Adds the descendant (at any depth level), so it can be looked up on configId in the Map.Method parameters in com.yahoo.config.model with type arguments of type AnyConfigProducerModifier and TypeMethodDescriptionstatic ConfigModelContextConfigModelContext.create(ConfigModelContext.ApplicationType applicationType, DeployState deployState, VespaModel vespaModel, ConfigModelRepoAdder configModelRepoAdder, TreeConfigProducer<AnyConfigProducer> parent, String producerId) Create an application context from an application type, a parent producer and an id.static ConfigModelContextConfigModelContext.create(DeployState deployState, VespaModel vespaModel, ConfigModelRepoAdder configModelRepoAdder, TreeConfigProducer<AnyConfigProducer> parent, String producerId) Create an application context from a parent producer and an id.ConfigModelContext.withParent(TreeConfigProducer<AnyConfigProducer> newParent) Create a new context with a different parentConstructor parameters in com.yahoo.config.model with type arguments of type AnyConfigProducerModifierConstructorDescriptionApplicationConfigProducerRoot(TreeConfigProducer<AnyConfigProducer> parent, String name, DocumentModel documentModel, com.yahoo.component.Version vespaVersion, com.yahoo.config.provision.ApplicationId applicationId) Creates and initializes a new Vespa from the service config file in the given application directory. -
Uses of AnyConfigProducer in com.yahoo.config.model.builder.xml
Method parameters in com.yahoo.config.model.builder.xml with type arguments of type AnyConfigProducerModifier and TypeMethodDescriptionfinal MODELConfigModelBuilder.build(DeployState deployState, VespaModel vespaModel, ConfigModelRepo configModelRepo, TreeConfigProducer<AnyConfigProducer> parent, Element spec) Builds an instance of this component model. -
Uses of AnyConfigProducer in com.yahoo.config.model.producer
Classes in com.yahoo.config.model.producer with type parameters of type AnyConfigProducerModifier and TypeClassDescriptionclassTreeConfigProducer<CHILD extends AnyConfigProducer>Superclass for all producers with children.Subclasses of AnyConfigProducer in com.yahoo.config.model.producerModifier and TypeClassDescriptionclassThe parent class of classes having the role as the root of a config producer tree.classTreeConfigProducer<CHILD extends AnyConfigProducer>Superclass for all producers with children.Methods in com.yahoo.config.model.producer with type parameters of type AnyConfigProducerModifier and TypeMethodDescription<J extends AnyConfigProducer>
List<J>TreeConfigProducer.getChildrenByTypeRecursive(Class<J> type) Methods in com.yahoo.config.model.producer that return AnyConfigProducer -
Uses of AnyConfigProducer in com.yahoo.config.model.test
Subclasses of AnyConfigProducer in com.yahoo.config.model.testMethods in com.yahoo.config.model.test with parameters of type AnyConfigProducerModifier and TypeMethodDescriptionvoidMockRoot.addChild(AnyConfigProducer abstractConfigProducer) voidMockRoot.addDescendant(String configId, AnyConfigProducer descendant) -
Uses of AnyConfigProducer in com.yahoo.vespa.model
Classes in com.yahoo.vespa.model with type parameters of type AnyConfigProducerModifier and TypeClassDescriptionfinal classSimpleConfigProducer<T extends AnyConfigProducer>Some configuration level with no special handling of its own.Subclasses of AnyConfigProducer in com.yahoo.vespa.modelModifier and TypeClassDescriptionclassSuperclass for all Processes.classThis is a placeholder config producer that makes global configuration available through a single identifier.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.final classA node with an identity, with some dedicated compute resources, running a set of services.classThe parent node for all Host instances, and thus accessible to enable services to get their Host.classThere is one logd running on each Vespa host, and one instance of this class is therefore created by each instance of classHost.final classSimpleConfigProducer<T extends AnyConfigProducer>Some configuration level with no special handling of its own.final classThe root ConfigProducer node for all Vespa systems (there is currently only one).Methods in com.yahoo.vespa.model with parameters of type AnyConfigProducerModifier and TypeMethodDescriptionvoidConfigProducerRoot.addDescendant(String id, AnyConfigProducer descendant) Adds the given producer (at any depth level) as descendant to this root nodes.voidVespaModel.addDescendant(String configId, AnyConfigProducer descendant) Adds the descendant (at any depth level), so it can be looked up on configId in the Map.Constructor parameters in com.yahoo.vespa.model with type arguments of type AnyConfigProducerModifierConstructorDescriptionHostSystem(TreeConfigProducer<AnyConfigProducer> parent, String name, com.yahoo.config.model.api.HostProvisioner provisioner, com.yahoo.config.application.api.DeployLogger deployLogger, boolean isHosted) -
Uses of AnyConfigProducer in com.yahoo.vespa.model.admin
Subclasses of AnyConfigProducer in com.yahoo.vespa.model.adminModifier and TypeClassDescriptionclassThis is the admin pseudo-plugin of the Vespa model, responsible for creating all admin services.classRepresents a Configserver.classclassRepresents the Logserver.classContainer that should be running on same host as the logserver.classclassA config provider for the model config.classRepresents a Slobrok service.Constructor parameters in com.yahoo.vespa.model.admin with type arguments of type AnyConfigProducerModifierConstructorDescriptionAdmin(TreeConfigProducer<AnyConfigProducer> parent, Monitoring monitoring, Metrics metrics, boolean multitenant, boolean isHostedVespa, ConfigModelContext.ApplicationType applicationType, com.yahoo.config.model.api.ModelContext.FeatureFlags featureFlags) -
Uses of AnyConfigProducer in com.yahoo.vespa.model.admin.clustercontroller
Subclasses of AnyConfigProducer in com.yahoo.vespa.model.admin.clustercontrollerModifier and TypeClassDescriptionclassUsed if clustercontroller is run standalone (not as part of the config server ZooKeeper cluster) to provide common configs to container components.classSets up a simple component to keep the state of the cluster controller, even when configuration changes.classModel serving class.classContainer implementation for cluster-controllersclassContainer cluster for cluster-controller containers. -
Uses of AnyConfigProducer in com.yahoo.vespa.model.admin.metricsproxy
Subclasses of AnyConfigProducer in com.yahoo.vespa.model.admin.metricsproxyModifier and TypeClassDescriptionclassContainer running a metrics proxy.classContainer cluster for metrics proxy containers. -
Uses of AnyConfigProducer in com.yahoo.vespa.model.admin.otel
Subclasses of AnyConfigProducer in com.yahoo.vespa.model.admin.otel -
Uses of AnyConfigProducer in com.yahoo.vespa.model.builder
Method parameters in com.yahoo.vespa.model.builder with type arguments of type AnyConfigProducerModifier and TypeMethodDescriptionabstract ApplicationConfigProducerRootVespaModelBuilder.getRoot(String name, DeployState deployState, TreeConfigProducer<AnyConfigProducer> parent) abstract voidVespaModelBuilder.postProc(DeployState deployState, TreeConfigProducer<AnyConfigProducer> producerRoot, ConfigModelRepo configModelRepo) Processing that requires access across plugins -
Uses of AnyConfigProducer in com.yahoo.vespa.model.builder.xml.dom
Classes in com.yahoo.vespa.model.builder.xml.dom with type parameters of type AnyConfigProducerModifier and TypeClassDescriptionstatic classVespaDomBuilder.DomConfigProducerBuilder<T extends AnyConfigProducer,P extends AnyConfigProducer> Base class for builders of producers using DOM.static classVespaDomBuilder.DomConfigProducerBuilder<T extends AnyConfigProducer,P extends AnyConfigProducer> Base class for builders of producers using DOM.static classMethod parameters in com.yahoo.vespa.model.builder.xml.dom with type arguments of type AnyConfigProducerModifier and TypeMethodDescriptionstatic voidDomComponentBuilder.addChildren(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element componentNode, Component<? super Component<?, ?>, ?> component) protected AdminDomAdminBuilderBase.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> parent, Element adminElement) DomComponentBuilder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element spec) protected HandlerDomHandlerBuilder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> parent, Element handlerElement) protected TuningDomSearchTuningBuilder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> parent, Element spec) protected ApplicationConfigProducerRootVespaDomBuilder.DomRootBuilder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> parent, Element producerSpec) VespaDomBuilder.getRoot(String name, DeployState deployState, TreeConfigProducer<AnyConfigProducer> parent) voidVespaDomBuilder.postProc(DeployState deployState, TreeConfigProducer<AnyConfigProducer> root, ConfigModelRepo configModelRepo) Processing that requires access across different plugins -
Uses of AnyConfigProducer in com.yahoo.vespa.model.builder.xml.dom.chains
Method parameters in com.yahoo.vespa.model.builder.xml.dom.chains with type arguments of type AnyConfigProducerModifier and TypeMethodDescriptionprotected abstract CHAINDomChainBuilderBase.buildChain(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element producerSpec, com.yahoo.component.chain.model.ChainSpecification specWithoutInnerComponents) final CHAINDomChainBuilderBase.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element producerSpec) protected final CHAINSDomChainsBuilder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> parent, Element chainsElement) protected abstract CHAINSDomChainsBuilder.newChainsInstance(TreeConfigProducer<AnyConfigProducer> parent) protected abstract ChainsBuilder<COMPONENT,CHAIN> DomChainsBuilder.readChains(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, List<Element> allChainsElems, Map<String, ComponentsBuilder.ComponentType<?>> outerComponentTypeByComponentName) Constructor parameters in com.yahoo.vespa.model.builder.xml.dom.chains with type arguments of type AnyConfigProducerModifierConstructorDescriptionChainsBuilder(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, List<Element> chainsElems, Map<String, ComponentsBuilder.ComponentType<?>> outerComponentTypeByComponentName, Map<String, Class<? extends DomChainBuilderBase<? extends COMPONENT, ? extends CHAIN>>> chainType2BuilderClass) -
Uses of AnyConfigProducer in com.yahoo.vespa.model.builder.xml.dom.chains.docproc
Method parameters in com.yahoo.vespa.model.builder.xml.dom.chains.docproc with type arguments of type AnyConfigProducerModifier and TypeMethodDescriptionprotected DocprocChainDomDocprocChainBuilder.buildChain(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element producerSpec, com.yahoo.component.chain.model.ChainSpecification specWithoutInnerComponents) protected DocumentProcessorDomDocumentProcessorBuilder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element documentProcessorElement) protected DocprocChainsDomDocprocChainsBuilder.newChainsInstance(TreeConfigProducer<AnyConfigProducer> parent) protected DocprocChainsBuilderDomDocprocChainsBuilder.readChains(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, List<Element> docprocChainsElements, Map<String, ComponentsBuilder.ComponentType<?>> outerComponentTypeByComponentName) Constructor parameters in com.yahoo.vespa.model.builder.xml.dom.chains.docproc with type arguments of type AnyConfigProducerModifierConstructorDescriptionDocprocChainsBuilder(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, List<Element> docprocChainsElements, Map<String, ComponentsBuilder.ComponentType<?>> outerSearcherTypeByComponentName) -
Uses of AnyConfigProducer in com.yahoo.vespa.model.builder.xml.dom.chains.processing
Method parameters in com.yahoo.vespa.model.builder.xml.dom.chains.processing with type arguments of type AnyConfigProducerModifier and TypeMethodDescriptionprotected ProcessingChainDomProcessingChainBuilder.buildChain(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element producerSpec, com.yahoo.component.chain.model.ChainSpecification specWithoutInnerComponents) protected ProcessorDomProcessorBuilder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element processorElement) protected ProcessingChainsDomProcessingBuilder.newChainsInstance(TreeConfigProducer<AnyConfigProducer> parent) protected ProcessingChainsBuilderDomProcessingBuilder.readChains(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, List<Element> processingChainsElements, Map<String, ComponentsBuilder.ComponentType<?>> outerComponentTypeByComponentName) Constructor parameters in com.yahoo.vespa.model.builder.xml.dom.chains.processing with type arguments of type AnyConfigProducerModifierConstructorDescriptionProcessingChainsBuilder(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, List<Element> processingChainsElements, Map<String, ComponentsBuilder.ComponentType<?>> outerSearcherTypeByComponentName) -
Uses of AnyConfigProducer in com.yahoo.vespa.model.builder.xml.dom.chains.search
Method parameters in com.yahoo.vespa.model.builder.xml.dom.chains.search with type arguments of type AnyConfigProducerModifier and TypeMethodDescriptionprotected ProviderDomProviderBuilder.buildChain(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element providerElement, com.yahoo.component.chain.model.ChainSpecification specWithoutInnerComponents) protected SearchChainDomSearchChainBuilder.buildChain(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element producerSpec, com.yahoo.component.chain.model.ChainSpecification specWithoutInnerComponents) protected SourceDomSourceBuilder.buildChain(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element producerSpec, com.yahoo.component.chain.model.ChainSpecification specWithoutInnerComponents) protected FederationSearcherDomFederationSearcherBuilder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element searcherElement) protected Searcher<com.yahoo.component.chain.model.ChainedComponentModel>DomSearcherBuilder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element searcherElement) protected SearchChainsDomSearchChainsBuilder.newChainsInstance(TreeConfigProducer<AnyConfigProducer> parent) protected SearchChainsBuilderDomSearchChainsBuilder.readChains(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, List<Element> searchChainsElements, Map<String, ComponentsBuilder.ComponentType<?>> outerComponentTypeByComponentName) Constructor parameters in com.yahoo.vespa.model.builder.xml.dom.chains.search with type arguments of type AnyConfigProducerModifierConstructorDescriptionSearchChainsBuilder(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, List<Element> searchChainsElements, Map<String, ComponentsBuilder.ComponentType<?>> outerSearcherTypeByComponentName) -
Uses of AnyConfigProducer in com.yahoo.vespa.model.container
Subclasses of AnyConfigProducer in com.yahoo.vespa.model.containerModifier and TypeClassDescriptionfinal classA container that is typically used by container clusters set up from the user application.final classA container cluster that is typically set up from the user application.classNote about components: In general, all components should belong to the cluster and not the container.classContainerCluster<CONTAINER extends Container>Parent class for all container cluster types.classComponent definition for aExecutorusingContainerThreadPool.classclass -
Uses of AnyConfigProducer in com.yahoo.vespa.model.container.component
Classes in com.yahoo.vespa.model.container.component with type parameters of type AnyConfigProducerModifier and TypeClassDescriptionclassComponent<CCHILD extends AnyConfigProducer,MODEL extends com.yahoo.osgi.provider.model.ComponentModel> classConfigProducerGroup<CHILD extends AnyConfigProducer>A group of config producers that have a component id.Subclasses of AnyConfigProducer in com.yahoo.vespa.model.container.componentModifier and TypeClassDescriptionfinal classclassclassclassComponent<CCHILD extends AnyConfigProducer,MODEL extends com.yahoo.osgi.provider.model.ComponentModel> classComponentGroup<CGCHILD extends Component<?,?>> classConfigProducerGroup<CHILD extends AnyConfigProducer>A group of config producers that have a component id.classclassSets up VipStatusHandler that answers OK when a certain file is present.classModels a jdisc RequestHandler (including ClientProvider).static classThe default threadpool for all handlers, except those that declare their own, e.g.classclassclassA registry for significance models.classA component that resides in the container-disc bundle.classConstructor parameters in com.yahoo.vespa.model.container.component with type arguments of type AnyConfigProducerModifierConstructorDescriptionComponentGroup(TreeConfigProducer<AnyConfigProducer> parent, String subId) -
Uses of AnyConfigProducer in com.yahoo.vespa.model.container.component.chain
Subclasses of AnyConfigProducer in com.yahoo.vespa.model.container.component.chainModifier and TypeClassDescriptionclassChain<T extends ChainedComponent<?>>Represents a component chain in the vespa model.classChainedComponent<T extends com.yahoo.component.chain.model.ChainedComponentModel>classRoot config producer the whole chains model(contains chains and components).classProcessingHandler<CHAINS extends Chains<?>>Represents a handler for processing chains. -
Uses of AnyConfigProducer in com.yahoo.vespa.model.container.configserver
Subclasses of AnyConfigProducer in com.yahoo.vespa.model.container.configserver -
Uses of AnyConfigProducer in com.yahoo.vespa.model.container.docproc
Subclasses of AnyConfigProducer in com.yahoo.vespa.model.container.docprocModifier and TypeClassDescriptionclassclassclassclass -
Uses of AnyConfigProducer in com.yahoo.vespa.model.container.http
Subclasses of AnyConfigProducer in com.yahoo.vespa.model.container.httpModifier and TypeClassDescriptionclassclassclassclassclassclassRepresents the http servers and filters of a container cluster.classclassstatic final class -
Uses of AnyConfigProducer in com.yahoo.vespa.model.container.http.ssl
Subclasses of AnyConfigProducer in com.yahoo.vespa.model.container.http.sslModifier and TypeClassDescriptionclassConfigure SSL with PEM encoded certificate/key stringsclassConfigure SSL using file referencesclassclassclassComponent specification forConnectorFactorywith hosted specific configuration.class -
Uses of AnyConfigProducer in com.yahoo.vespa.model.container.http.xml
Method parameters in com.yahoo.vespa.model.container.http.xml with type arguments of type AnyConfigProducerModifier and TypeMethodDescriptionprotected HttpFilterChainFilterChainBuilder.buildChain(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element producerSpec, com.yahoo.component.chain.model.ChainSpecification specWithoutInnerComponents) protected FilterFilterBuilder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element filterElement) protected HttpHttpBuilder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element spec) protected ConnectorFactoryJettyConnectorBuilder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element serverSpec) protected JettyHttpServerJettyHttpServerBuilder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element http) protected FilterChainsFilterChainsBuilder.newChainsInstance(TreeConfigProducer<AnyConfigProducer> parent) protected ChainsBuilder<Filter,HttpFilterChain> FilterChainsBuilder.readChains(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, List<Element> allChainsElems, Map<String, ComponentsBuilder.ComponentType<?>> outerComponentTypeByComponentName) -
Uses of AnyConfigProducer in com.yahoo.vespa.model.container.processing
Subclasses of AnyConfigProducer in com.yahoo.vespa.model.container.processingModifier and TypeClassDescriptionclassRepresents a processing chain in the config modelclassRoot config producer for processingclassRepresentation of a Processor in the configuration model -
Uses of AnyConfigProducer in com.yahoo.vespa.model.container.search
Subclasses of AnyConfigProducer in com.yahoo.vespa.model.container.searchModifier and TypeClassDescriptionclassRepresents a dispatcher component - an instance of a dispatcher in a search container cluster knows how to communicate with one indexed search cluster and owns the connections to it.class -
Uses of AnyConfigProducer in com.yahoo.vespa.model.container.search.searchchain
Subclasses of AnyConfigProducer in com.yahoo.vespa.model.container.search.searchchainModifier and TypeClassDescriptionclassConfig producer for the FederationSearcher.classA generic provider, used when no type is given.classA search chain that is intended to be used for federation (i.e. providers, sources)classConfig producer for search chain responsible for sending queries to a local cluster.classBase config producer for search chains that communicate with backends.classRepresents a search chain in the vespa model.classRoot config producer of the whole search chains model (contains searchchains and searchers).classSearcher<T extends com.yahoo.component.chain.model.ChainedComponentModel>classConfig producer for source, which is contained in a provider. -
Uses of AnyConfigProducer in com.yahoo.vespa.model.container.xml
Subclasses of AnyConfigProducer in com.yahoo.vespa.model.container.xmlMethod parameters in com.yahoo.vespa.model.container.xml with type arguments of type AnyConfigProducerModifier and TypeMethodDescriptionprotected ApplicationContainerContainerServiceBuilder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> parent, Element nodeElem) -
Uses of AnyConfigProducer in com.yahoo.vespa.model.content
Subclasses of AnyConfigProducer in com.yahoo.vespa.model.contentModifier and TypeClassDescriptionclassConfig generation for parameters for fleet controllers.classCommon class for config producers for storage and distributor nodes.classEncapsulates the various options for search in a content model.classRepresents specific configuration for a given distributor node.classGenerates distributor-specific configuration.classClass to provide config related to a specific storage node.Method parameters in com.yahoo.vespa.model.content with type arguments of type AnyConfigProducerModifier and TypeMethodDescriptionprotected ClusterControllerConfigClusterControllerConfig.Builder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element producerSpec) protected ContentSearchClusterContentSearchCluster.Builder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element producerSpec) protected DistributorClusterDistributorCluster.Builder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element producerSpec) -
Uses of AnyConfigProducer in com.yahoo.vespa.model.content.cluster
Subclasses of AnyConfigProducer in com.yahoo.vespa.model.content.cluster -
Uses of AnyConfigProducer in com.yahoo.vespa.model.content.engines
Subclasses of AnyConfigProducer in com.yahoo.vespa.model.content.enginesModifier and TypeClassDescriptionclassclassclass -
Uses of AnyConfigProducer in com.yahoo.vespa.model.content.storagecluster
Subclasses of AnyConfigProducer in com.yahoo.vespa.model.content.storageclusterModifier and TypeClassDescriptionclassRepresents configuration that is common to all storage nodes.Method parameters in com.yahoo.vespa.model.content.storagecluster with type arguments of type AnyConfigProducerModifier and TypeMethodDescriptionprotected StorageClusterStorageCluster.Builder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element producerSpec) -
Uses of AnyConfigProducer in com.yahoo.vespa.model.filedistribution
Methods in com.yahoo.vespa.model.filedistribution with type parameters of type AnyConfigProducerModifier and TypeMethodDescription<PRODUCER extends AnyConfigProducer>
voidUserConfiguredFiles.register(PRODUCER producer) Registers user configured files for a producer for file distribution. -
Uses of AnyConfigProducer in com.yahoo.vespa.model.search
Subclasses of AnyConfigProducer in com.yahoo.vespa.model.searchModifier and TypeClassDescriptionclassRepresents a document database and the backend configuration needed for this database.classclassclassclassRepresents a search cluster.classRepresents a search node (proton).classClass representing the tuning config used for a search cluster.Method parameters in com.yahoo.vespa.model.search with type arguments of type AnyConfigProducerModifier and TypeMethodDescriptionprotected SearchNodeSearchNode.Builder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element producerSpec) Constructor parameters in com.yahoo.vespa.model.search with type arguments of type AnyConfigProducerModifierConstructorDescriptionDocumentDatabase(TreeConfigProducer<AnyConfigProducer> parent, String schemaName, DerivedConfiguration derivedCfg) IndexedSearchCluster(TreeConfigProducer<AnyConfigProducer> parent, String clusterName, Redundancy.Provider redundancyProvider, com.yahoo.config.model.api.ModelContext.FeatureFlags featureFlags) Tuning(TreeConfigProducer<AnyConfigProducer> parent)