Uses of Enum Class
com.yahoo.config.model.ConfigModelContext.ApplicationType
Packages that use ConfigModelContext.ApplicationType
Package
Description
Provides the classes for the admin components of the Vespa config
model.
-
Uses of ConfigModelContext.ApplicationType in com.yahoo.config.model
Methods in com.yahoo.config.model that return ConfigModelContext.ApplicationTypeModifier and TypeMethodDescriptionConfigModelContext.ApplicationType.fromString(String value) ConfigModelContext.getApplicationType()Returns the enum constant of this class with the specified name.static ConfigModelContext.ApplicationType[]ConfigModelContext.ApplicationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.config.model with parameters of type ConfigModelContext.ApplicationTypeModifier 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. -
Uses of ConfigModelContext.ApplicationType in com.yahoo.config.model.deploy
Methods in com.yahoo.config.model.deploy with parameters of type ConfigModelContext.ApplicationTypeModifier and TypeMethodDescriptionbooleanDeployState.isHostedTenantApplication(ConfigModelContext.ApplicationType type) -
Uses of ConfigModelContext.ApplicationType in com.yahoo.vespa.model.admin
Methods in com.yahoo.vespa.model.admin that return ConfigModelContext.ApplicationTypeConstructors in com.yahoo.vespa.model.admin with parameters of type ConfigModelContext.ApplicationTypeModifierConstructorDescriptionAdmin(TreeConfigProducer<AnyConfigProducer> parent, Monitoring monitoring, Metrics metrics, boolean multitenant, boolean isHostedVespa, ConfigModelContext.ApplicationType applicationType, com.yahoo.config.model.api.ModelContext.FeatureFlags featureFlags) -
Uses of ConfigModelContext.ApplicationType in com.yahoo.vespa.model.admin.monitoring.builder.xml
Constructors in com.yahoo.vespa.model.admin.monitoring.builder.xml with parameters of type ConfigModelContext.ApplicationTypeModifierConstructorDescriptionMetricsBuilder(ConfigModelContext.ApplicationType applicationType, Map<String, ai.vespa.metrics.set.MetricSet> availableMetricSets)