Uses of Class
com.yahoo.vespa.model.container.ContainerModel
Packages that use ContainerModel
Package
Description
-
Uses of ContainerModel in com.yahoo.config.model.admin
Constructor parameters in com.yahoo.config.model.admin with type arguments of type ContainerModelModifierConstructorDescriptionAdminModel(ConfigModelContext modelContext, Collection<ContainerModel> containerModels) Constructs a new config model given a context. -
Uses of ContainerModel in com.yahoo.config.model.test
Constructor parameters in com.yahoo.config.model.test with type arguments of type ContainerModelModifierConstructorDescriptionModelPlaceholder(ConfigModelContext modelContext, Collection<ContainerModel> containers) -
Uses of ContainerModel in com.yahoo.vespa.model.builder.xml.dom
Constructor parameters in com.yahoo.vespa.model.builder.xml.dom with type arguments of type ContainerModelModifierConstructorDescriptionDomAdminV4Builder(ConfigModelContext context, boolean multitenant, List<com.yahoo.config.model.api.ConfigServerSpec> configServerSpecs, Collection<ContainerModel> containerModels) -
Uses of ContainerModel in com.yahoo.vespa.model.container.xml
Methods in com.yahoo.vespa.model.container.xml with parameters of type ContainerModelModifier and TypeMethodDescriptionvoidConfigServerContainerModelBuilder.doBuild(ContainerModel model, Element spec, ConfigModelContext modelContext) voidContainerModelBuilder.doBuild(ContainerModel model, Element spec, ConfigModelContext modelContext) -
Uses of ContainerModel in com.yahoo.vespa.model.content
Constructor parameters in com.yahoo.vespa.model.content with type arguments of type ContainerModelModifierConstructorDescriptionContent(ConfigModelContext modelContext, AdminModel adminModel, Collection<ContainerModel> containers) -
Uses of ContainerModel in com.yahoo.vespa.model.content.cluster
Method parameters in com.yahoo.vespa.model.content.cluster with type arguments of type ContainerModelModifier and TypeMethodDescriptionContentCluster.Builder.build(Collection<ContainerModel> containers, ConfigModelContext context, Element w3cContentElement)