Uses of Class
com.yahoo.config.model.ConfigModelRepo
Packages that use ConfigModelRepo
Package
Description
Provides the classes for the Vespa config model framework.
-
Uses of ConfigModelRepo in com.yahoo.config.model
Methods in com.yahoo.config.model with parameters of type ConfigModelRepoModifier and TypeMethodDescriptionvoidConfigModel.initialize(ConfigModelRepo configModelRepo) Initializes this model.voidApplicationConfigProducerRoot.prepare(ConfigModelRepo plugins) Prepares the model for start.voidConfigModel.prepare(ConfigModelRepo configModelRepo, DeployState deployState) Prepares this model to start serving config requests, possibly using properties of other models.voidApplicationConfigProducerRoot.setupRouting(DeployState deployState, VespaModel vespaModel, ConfigModelRepo configModels) -
Uses of ConfigModelRepo in com.yahoo.config.model.admin
Methods in com.yahoo.config.model.admin with parameters of type ConfigModelRepoModifier and TypeMethodDescriptionvoidAdminModel.prepare(ConfigModelRepo configModelRepo, DeployState deployState) -
Uses of ConfigModelRepo in com.yahoo.config.model.builder.xml
Methods in com.yahoo.config.model.builder.xml with parameters of type ConfigModelRepoModifier and TypeMethodDescriptionfinal MODELConfigModelBuilder.build(DeployState deployState, VespaModel vespaModel, ConfigModelRepo configModelRepo, TreeConfigProducer<AnyConfigProducer> parent, Element spec) Builds an instance of this component model. -
Uses of ConfigModelRepo in com.yahoo.config.model.producer
Methods in com.yahoo.config.model.producer that return ConfigModelRepoModifier and TypeMethodDescriptionabstract ConfigModelRepoAbstractConfigProducerRoot.configModelRepo() -
Uses of ConfigModelRepo in com.yahoo.config.model.test
Methods in com.yahoo.config.model.test that return ConfigModelRepo -
Uses of ConfigModelRepo in com.yahoo.vespa.model
Methods in com.yahoo.vespa.model that return ConfigModelRepoModifier and TypeMethodDescriptionVespaModel.configModelRepo()Returns this root's model repository -
Uses of ConfigModelRepo in com.yahoo.vespa.model.builder
Methods in com.yahoo.vespa.model.builder with parameters of type ConfigModelRepoModifier and TypeMethodDescriptionabstract voidVespaModelBuilder.postProc(DeployState deployState, TreeConfigProducer<AnyConfigProducer> producerRoot, ConfigModelRepo configModelRepo) Processing that requires access across plugins -
Uses of ConfigModelRepo in com.yahoo.vespa.model.builder.xml.dom
Methods in com.yahoo.vespa.model.builder.xml.dom with parameters of type ConfigModelRepoModifier and TypeMethodDescriptionvoidVespaDomBuilder.postProc(DeployState deployState, TreeConfigProducer<AnyConfigProducer> root, ConfigModelRepo configModelRepo) Processing that requires access across different plugins -
Uses of ConfigModelRepo in com.yahoo.vespa.model.container
Methods in com.yahoo.vespa.model.container with parameters of type ConfigModelRepoModifier and TypeMethodDescriptionstatic Collection<ContainerCluster<?>>ContainerModel.containerClusters(ConfigModelRepo models) voidContainerModel.initialize(ConfigModelRepo configModelRepo) voidContainerModel.prepare(ConfigModelRepo plugins, DeployState deployState) -
Uses of ConfigModelRepo in com.yahoo.vespa.model.content
Methods in com.yahoo.vespa.model.content with parameters of type ConfigModelRepoModifier and TypeMethodDescriptionContent.getContent(ConfigModelRepo pc) static List<ContentCluster>Content.getContentClusters(ConfigModelRepo pc) static List<SearchCluster>Content.getSearchClusters(ConfigModelRepo pc) voidContent.prepare(ConfigModelRepo models, DeployState deployState) -
Uses of ConfigModelRepo in com.yahoo.vespa.model.routing
Methods in com.yahoo.vespa.model.routing with parameters of type ConfigModelRepoModifier and TypeMethodDescriptionvoidRouting.deriveCommonSettings(ConfigModelRepo plugins) Derives all routing settings that can be found by inspecting the given plugin container.