Uses of Class
com.yahoo.config.model.deploy.DeployState
Packages that use DeployState
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 DeployState in com.yahoo.config.model
Methods in com.yahoo.config.model that return DeployStateMethods in com.yahoo.config.model with parameters of type DeployStateModifier 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.voidConfigModel.prepare(ConfigModelRepo configModelRepo, DeployState deployState) Prepares this model to start serving config requests, possibly using properties of other models.voidConfigModelRepo.prepareConfigModels(DeployState deployState) Initialize part 2.: Prepare all config models for starting.voidConfigModelRepo.readConfigModels(DeployState deployState, VespaModel vespaModel, VespaModelBuilder builder, ApplicationConfigProducerRoot root, ConfigModelRegistry configModelRegistry) Initialize part 1.: Reads the config models used in the application package.voidApplicationConfigProducerRoot.setupRouting(DeployState deployState, VespaModel vespaModel, ConfigModelRepo configModels) -
Uses of DeployState in com.yahoo.config.model.admin
Methods in com.yahoo.config.model.admin with parameters of type DeployStateModifier and TypeMethodDescriptionvoidAdminModel.prepare(ConfigModelRepo configModelRepo, DeployState deployState) -
Uses of DeployState in com.yahoo.config.model.builder.xml
Methods in com.yahoo.config.model.builder.xml with parameters of type DeployStateModifier and TypeMethodDescriptionfinal MODELConfigModelBuilder.build(DeployState deployState, VespaModel vespaModel, ConfigModelRepo configModelRepo, TreeConfigProducer<AnyConfigProducer> parent, Element spec) Builds an instance of this component model. -
Uses of DeployState in com.yahoo.config.model.deploy
Methods in com.yahoo.config.model.deploy that return DeployStateModifier and TypeMethodDescriptionDeployState.Builder.build()DeployState.Builder.build(com.yahoo.config.model.api.ValidationParameters validationParameters) static DeployStateDeployState.createTestState()static DeployStateDeployState.createTestState(com.yahoo.config.application.api.ApplicationPackage applicationPackage) static DeployStateDeployState.createTestState(com.yahoo.config.application.api.DeployLogger testLogger) -
Uses of DeployState in com.yahoo.config.model.producer
Methods in com.yahoo.config.model.producer with parameters of type DeployStateModifier and TypeMethodDescriptionprotected static booleanAnyConfigProducer.stateIsHosted(DeployState deployState) -
Uses of DeployState in com.yahoo.config.model.test
Methods in com.yahoo.config.model.test that return DeployStateMethods in com.yahoo.config.model.test with parameters of type DeployStateModifier and TypeMethodDescriptionTestDriver.buildModel(DeployState deployState) Build a model given a deploy state.Constructors in com.yahoo.config.model.test with parameters of type DeployState -
Uses of DeployState in com.yahoo.schema.derived
Constructors in com.yahoo.schema.derived with parameters of type DeployStateModifierConstructorDescriptionDerivedConfiguration(DeployState deployState, Schema schema, SchemaInfo.IndexMode indexMode) Creates a complete derived configuration snapshot from a schema.RankProfileList(Schema schema, LargeRankingExpressions largeRankingExpressions, AttributeFields attributeFields, DeployState deployState) Creates a rank profile list -
Uses of DeployState in com.yahoo.vespa.model
Methods in com.yahoo.vespa.model with parameters of type DeployStateModifier and TypeMethodDescriptionstatic VespaModelVespaModel.createIncomplete(DeployState deployState) Creates a mutable model with no services instantiatedvoidAbstractService.initService(DeployState deployState) Called by builder class which has not given the host or port in a constructor, hence initService is not yet run for this.Constructors in com.yahoo.vespa.model with parameters of type DeployStateModifierConstructorDescriptionVespaModel(ConfigModelRegistry configModelRegistry, DeployState deployState) Constructs vespa model using config given in appVespaModel(DeployState deployState) Creates a Vespa Model from internal model types only -
Uses of DeployState in com.yahoo.vespa.model.admin
Methods in com.yahoo.vespa.model.admin with parameters of type DeployStateModifier and TypeMethodDescriptionvoidAdmin.addAndInitializeService(DeployState deployState, HostResource host, AbstractService service) voidAdmin.addPerHostServices(List<HostResource> hosts, DeployState deployState) Adds services to all hosts in the system.voidLogserver.initService(DeployState deployState) voidAdmin.setClusterControllers(ClusterControllerContainerCluster clusterControllers, DeployState deployState) Constructors in com.yahoo.vespa.model.admin with parameters of type DeployStateModifierConstructorDescriptionLogserverContainer(TreeConfigProducer<?> parent, DeployState deployState) LogserverContainerCluster(TreeConfigProducer<?> parent, String name, DeployState deployState) -
Uses of DeployState in com.yahoo.vespa.model.admin.clustercontroller
Constructors in com.yahoo.vespa.model.admin.clustercontroller with parameters of type DeployStateModifierConstructorDescriptionClusterControllerCluster(TreeConfigProducer<?> parent, String subId, DeployState deployState) ClusterControllerContainer(TreeConfigProducer<?> parent, int index, boolean runStandaloneZooKeeper, DeployState deployState, boolean retired) ClusterControllerContainerCluster(TreeConfigProducer<?> parent, String subId, String name, DeployState deployState) -
Uses of DeployState in com.yahoo.vespa.model.admin.metricsproxy
Constructors in com.yahoo.vespa.model.admin.metricsproxy with parameters of type DeployStateModifierConstructorDescriptionMetricsProxyContainer(MetricsProxyContainerCluster cluster, HostResource host, int index, DeployState deployState) MetricsProxyContainerCluster(TreeConfigProducer<?> parent, String name, DeployState deployState) -
Uses of DeployState in com.yahoo.vespa.model.admin.otel
Constructors in com.yahoo.vespa.model.admin.otel with parameters of type DeployStateModifierConstructorDescriptionOpenTelemetryCollector(TreeConfigProducer<?> parent, DeployState deployState) -
Uses of DeployState in com.yahoo.vespa.model.application.validation
Methods in com.yahoo.vespa.model.application.validation that return DeployStateModifier and TypeMethodDescriptionAbstractBundleValidator.JarContext.deployState()Validation.Context.deployState()Auxiliary deploy state of the application.Methods in com.yahoo.vespa.model.application.validation with parameters of type DeployStateModifier and TypeMethodDescriptionprotected final voidAbstractBundleValidator.log(DeployState state, Level level, String fmt, Object... args) List<com.yahoo.config.model.api.ConfigChangeAction>Validation.validate(VespaModel model, com.yahoo.config.model.api.ValidationParameters validationParameters, DeployState deployState) Validates the model supplied, and if there already exists a model for the application validates changes between the previous and current model -
Uses of DeployState in com.yahoo.vespa.model.application.validation.change.search
Constructors in com.yahoo.vespa.model.application.validation.change.search with parameters of type DeployStateModifierConstructorDescriptionAttributeChangeValidator(com.yahoo.config.provision.ClusterSpec.Id id, AttributeFields currentFields, IndexSchema currentIndexSchema, NewDocumentType currentDocType, AttributeFields nextFields, IndexSchema nextIndexSchema, NewDocumentType nextDocType, DeployState deployState) DocumentDatabaseChangeValidator(com.yahoo.config.provision.ClusterSpec.Id id, DocumentDatabase currentDatabase, NewDocumentType currentDocType, DocumentDatabase nextDatabase, NewDocumentType nextDocType, DeployState deployState) -
Uses of DeployState in com.yahoo.vespa.model.builder
Methods in com.yahoo.vespa.model.builder with parameters of type DeployStateModifier 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 DeployState in com.yahoo.vespa.model.builder.xml.dom
Methods in com.yahoo.vespa.model.builder.xml.dom with parameters of type DeployStateModifier and TypeMethodDescriptionstatic voidDomComponentBuilder.addChildren(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element componentNode, Component<? super Component<?, ?>, ?> component) final TVespaDomBuilder.DomConfigProducerBuilder.build(DeployState deployState, TreeConfigProducer<P> ancestor, Element producerSpec) 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 abstract TVespaDomBuilder.DomConfigProducerBuilder.doBuild(DeployState deployState, TreeConfigProducer<P> ancestor, Element producerSpec) protected ApplicationConfigProducerRootVespaDomBuilder.DomRootBuilder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> parent, Element producerSpec) protected abstract voidDomAdminBuilderBase.doBuildAdmin(DeployState deployState, Admin admin, Element adminE) protected voidDomAdminV2Builder.doBuildAdmin(DeployState deployState, Admin admin, Element adminE) protected voidDomAdminV4Builder.doBuildAdmin(DeployState deployState, Admin admin, Element w3cAdminElement) 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 DeployState in com.yahoo.vespa.model.builder.xml.dom.chains
Methods in com.yahoo.vespa.model.builder.xml.dom.chains with parameters of type DeployStateModifier 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 ChainsBuilder<COMPONENT,CHAIN> DomChainsBuilder.readChains(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, List<Element> allChainsElems, Map<String, ComponentsBuilder.ComponentType<?>> outerComponentTypeByComponentName) Constructors in com.yahoo.vespa.model.builder.xml.dom.chains with parameters of type DeployStateModifierConstructorDescriptionChainsBuilder(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 DeployState in com.yahoo.vespa.model.builder.xml.dom.chains.docproc
Methods in com.yahoo.vespa.model.builder.xml.dom.chains.docproc with parameters of type DeployStateModifier 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 DocprocChainsBuilderDomDocprocChainsBuilder.readChains(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, List<Element> docprocChainsElements, Map<String, ComponentsBuilder.ComponentType<?>> outerComponentTypeByComponentName) Constructors in com.yahoo.vespa.model.builder.xml.dom.chains.docproc with parameters of type DeployStateModifierConstructorDescriptionDocprocChainsBuilder(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, List<Element> docprocChainsElements, Map<String, ComponentsBuilder.ComponentType<?>> outerSearcherTypeByComponentName) -
Uses of DeployState in com.yahoo.vespa.model.builder.xml.dom.chains.processing
Methods in com.yahoo.vespa.model.builder.xml.dom.chains.processing with parameters of type DeployStateModifier 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 ProcessingChainsBuilderDomProcessingBuilder.readChains(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, List<Element> processingChainsElements, Map<String, ComponentsBuilder.ComponentType<?>> outerComponentTypeByComponentName) Constructors in com.yahoo.vespa.model.builder.xml.dom.chains.processing with parameters of type DeployStateModifierConstructorDescriptionProcessingChainsBuilder(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, List<Element> processingChainsElements, Map<String, ComponentsBuilder.ComponentType<?>> outerSearcherTypeByComponentName) -
Uses of DeployState in com.yahoo.vespa.model.builder.xml.dom.chains.search
Methods in com.yahoo.vespa.model.builder.xml.dom.chains.search with parameters of type DeployStateModifier 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 SearchChainsBuilderDomSearchChainsBuilder.readChains(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, List<Element> searchChainsElements, Map<String, ComponentsBuilder.ComponentType<?>> outerComponentTypeByComponentName) Constructors in com.yahoo.vespa.model.builder.xml.dom.chains.search with parameters of type DeployStateModifierConstructorDescriptionSearchChainsBuilder(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, List<Element> searchChainsElements, Map<String, ComponentsBuilder.ComponentType<?>> outerSearcherTypeByComponentName) -
Uses of DeployState in com.yahoo.vespa.model.clients
Constructors in com.yahoo.vespa.model.clients with parameters of type DeployStateModifierConstructorDescriptionContainerDocumentApi(DeployState ds, ContainerCluster<?> cluster, ContainerDocumentApi.HandlerOptions handlerOptions, boolean ignoreUndefinedFields, Set<Integer> portOverride) -
Uses of DeployState in com.yahoo.vespa.model.container
Methods in com.yahoo.vespa.model.container with parameters of type DeployStateModifier and TypeMethodDescriptionprotected voidApplicationContainerCluster.doPrepare(DeployState deployState) protected voidContainerCluster.doPrepare(DeployState deployState) voidContainer.initService(DeployState deployState) voidContainerCluster.prepare(DeployState deployState) voidContainerModel.prepare(ConfigModelRepo plugins, DeployState deployState) Constructors in com.yahoo.vespa.model.container with parameters of type DeployStateModifierConstructorDescriptionApplicationContainer(TreeConfigProducer<?> parent, String name, boolean retired, int index, DeployState deployState) ApplicationContainer(TreeConfigProducer<?> parent, String name, int index, DeployState deployState) ApplicationContainerCluster(TreeConfigProducer<?> parent, String configSubId, String clusterId, DeployState deployState) protectedContainer(TreeConfigProducer<?> parent, String name, boolean retired, int index, DeployState deployState) protectedContainer(TreeConfigProducer<?> parent, String name, int index, DeployState deployState) ContainerCluster(TreeConfigProducer<?> parent, String configSubId, String clusterId, DeployState deployState, boolean zooKeeperLocalhostAffinity) ContainerCluster(TreeConfigProducer<?> parent, String configSubId, String clusterId, DeployState deployState, boolean zooKeeperLocalhostAffinity, int defaultPoolNumThreads) protectedContainerThreadpool(DeployState ds, String name, Element parent) -
Uses of DeployState in com.yahoo.vespa.model.container.component
Constructors in com.yahoo.vespa.model.container.component with parameters of type DeployStateModifierConstructorDescriptionBertEmbedder(ApplicationContainerCluster cluster, Element xml, DeployState state) ColBertEmbedder(ApplicationContainerCluster cluster, Element xml, DeployState state) DefaultHandlerThreadpool(DeployState ds, Element options) HuggingFaceEmbedder(ApplicationContainerCluster cluster, Element xml, DeployState state) HuggingFaceTokenizer(Element xml, DeployState state) SignificanceModelRegistry(DeployState deployState, Element spec) SpladeEmbedder(ApplicationContainerCluster cluster, Element xml, DeployState state) -
Uses of DeployState in com.yahoo.vespa.model.container.http
Constructors in com.yahoo.vespa.model.container.http with parameters of type DeployStateModifierConstructorDescriptionJettyHttpServer(String componentId, ContainerCluster<?> cluster, DeployState deployState) -
Uses of DeployState in com.yahoo.vespa.model.container.http.xml
Methods in com.yahoo.vespa.model.container.http.xml with parameters of type DeployStateModifier 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 ChainsBuilder<Filter,HttpFilterChain> FilterChainsBuilder.readChains(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, List<Element> allChainsElems, Map<String, ComponentsBuilder.ComponentType<?>> outerComponentTypeByComponentName) -
Uses of DeployState in com.yahoo.vespa.model.container.search
Constructors in com.yahoo.vespa.model.container.search with parameters of type DeployStateModifierConstructorDescriptionContainerSearch(DeployState deployState, ApplicationContainerCluster cluster, SearchChains chains) -
Uses of DeployState in com.yahoo.vespa.model.container.xml
Methods in com.yahoo.vespa.model.container.xml with parameters of type DeployStateModifier and TypeMethodDescriptionprotected voidConfigServerContainerModelBuilder.addAccessLogs(DeployState deployState, ApplicationContainerCluster cluster, Element spec) protected voidContainerModelBuilder.addAccessLogs(DeployState deployState, ApplicationContainerCluster cluster, Element spec) protected voidContainerModelBuilder.addClients(DeployState deployState, Element spec, ApplicationContainerCluster cluster) protected voidContainerModelBuilder.addHttp(DeployState deployState, Element spec, ApplicationContainerCluster cluster, ConfigModelContext context) protected voidConfigServerContainerModelBuilder.addModelEvaluationRuntime(DeployState deployState, ApplicationContainerCluster cluster) protected voidContainerModelBuilder.addModelEvaluationRuntime(DeployState deployState, ApplicationContainerCluster cluster) static Optional<AccessLogComponent>AccessLogBuilder.buildIfNotDisabled(DeployState deployState, ContainerCluster<?> cluster, Element accessLogSpec) protected ApplicationContainerContainerServiceBuilder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> parent, Element nodeElem) static com.yahoo.config.ModelReferenceModelIdResolver.resolveToModelReference(String paramName, Optional<String> id, Optional<String> url, Optional<String> secretRef, Optional<String> path, Set<String> requiredTags, DeployState state) -
Uses of DeployState in com.yahoo.vespa.model.content
Methods in com.yahoo.vespa.model.content with parameters of type DeployStateModifier and TypeMethodDescriptionvoidContentSearchCluster.addSearchNode(DeployState deployState, ContentNode node, StorageGroup parentGroup, ModelElement element) StorageGroup.Builder.buildRootGroup(DeployState deployState, ContentCluster owner, Boolean isStreaming) protected ClusterControllerConfigClusterControllerConfig.Builder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element producerSpec) protected ContentSearchClusterContentSearchCluster.Builder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element producerSpec) protected DistributorDistributor.Builder.doBuild(DeployState deployState, TreeConfigProducer<Distributor> ancestor, Element producerSpec) protected DistributorClusterDistributorCluster.Builder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element producerSpec) protected StorageNodeStorageNode.Builder.doBuild(DeployState deployState, TreeConfigProducer<StorageNode> ancestor, Element producerSpec) voidContent.prepare(ConfigModelRepo models, DeployState deployState) -
Uses of DeployState in com.yahoo.vespa.model.content.engines
Methods in com.yahoo.vespa.model.content.engines with parameters of type DeployStateModifier and TypeMethodDescriptionDummyPersistence.Factory.create(DeployState deployState, StorageNode storageNode, StorageGroup parentGroup, ModelElement storageNodeElement) PersistenceEngine.PersistenceFactory.create(DeployState deployState, StorageNode storageNode, StorageGroup parentGroup, ModelElement storageNodeElement) ProtonEngine.Factory.create(DeployState deployState, StorageNode storageNode, StorageGroup parentGroup, ModelElement storageNodeElement) -
Uses of DeployState in com.yahoo.vespa.model.content.storagecluster
Methods in com.yahoo.vespa.model.content.storagecluster with parameters of type DeployStateModifier and TypeMethodDescriptionprotected StorageClusterStorageCluster.Builder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element producerSpec) -
Uses of DeployState in com.yahoo.vespa.model.search
Methods in com.yahoo.vespa.model.search with parameters of type DeployStateModifier and TypeMethodDescriptionvoidSearchCluster.deriveFromSchemas(DeployState deployState) Must be called after cluster is built, to derive schema configs.protected SearchNodeSearchNode.Builder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element producerSpec)