Uses of Class
com.yahoo.config.model.producer.UserConfigRepo
Packages that use UserConfigRepo
Package
Description
Provides the classes for the Vespa config model framework.
-
Uses of UserConfigRepo in com.yahoo.config.model.producer
Methods in com.yahoo.config.model.producer that return UserConfigRepoModifier and TypeMethodDescriptionAnyConfigProducer.getUserConfigs()
Returns the user configs of thisMethods in com.yahoo.config.model.producer with parameters of type UserConfigRepoModifier and TypeMethodDescriptionvoid
UserConfigRepo.merge
(UserConfigRepo newRepo) void
AnyConfigProducer.mergeUserConfigs
(UserConfigRepo newRepo) void
AnyConfigProducer.setUserConfigs
(UserConfigRepo repo) Sets the user configs for this producer. -
Uses of UserConfigRepo in com.yahoo.vespa.model
Methods in com.yahoo.vespa.model that return UserConfigRepoModifier and TypeMethodDescriptionConfigProducer.getUserConfigs()
Returns the user configs of this -
Uses of UserConfigRepo in com.yahoo.vespa.model.builder
Methods in com.yahoo.vespa.model.builder that return UserConfigRepoModifier and TypeMethodDescriptionstatic UserConfigRepo
UserConfigBuilder.build
(Element producerSpec, ConfigDefinitionStore configDefinitionStore, com.yahoo.config.application.api.DeployLogger deployLogger)