Class StaticConfigDefinitionRepo
java.lang.Object
com.yahoo.config.model.application.provider.StaticConfigDefinitionRepo
- All Implemented Interfaces:
com.yahoo.config.model.api.ConfigDefinitionRepo
public class StaticConfigDefinitionRepo
extends Object
implements com.yahoo.config.model.api.ConfigDefinitionRepo
A global pool of all config definitions that this server knows about. These objects can be shared
by all tenants, as they are not modified.
- Author:
- Ulf Lilleengen
-
Constructor Details
-
StaticConfigDefinitionRepo
public StaticConfigDefinitionRepo() -
StaticConfigDefinitionRepo
-
-
Method Details
-
getConfigDefinitions
public Map<com.yahoo.vespa.config.ConfigDefinitionKey,com.yahoo.vespa.config.buildergen.ConfigDefinition> getConfigDefinitions()- Specified by:
getConfigDefinitionsin interfacecom.yahoo.config.model.api.ConfigDefinitionRepo
-
get
public com.yahoo.vespa.config.buildergen.ConfigDefinition get(com.yahoo.vespa.config.ConfigDefinitionKey key) - Specified by:
getin interfacecom.yahoo.config.model.api.ConfigDefinitionRepo
-