Uses of Class
com.yahoo.vespa.model.container.ApplicationContainerCluster
Packages that use ApplicationContainerCluster
Package
Description
Provides the classes for the Vespa config model framework.
-
Uses of ApplicationContainerCluster in com.yahoo.vespa.model
Methods in com.yahoo.vespa.model that return types with arguments of type ApplicationContainerClusterModifier and TypeMethodDescriptionVespaModel.getContainerClusters()Returns a map of container clusters by ID -
Uses of ApplicationContainerCluster in com.yahoo.vespa.model.builder.xml.dom
Constructors in com.yahoo.vespa.model.builder.xml.dom with parameters of type ApplicationContainerClusterModifierConstructorDescriptionDomHandlerBuilder(ApplicationContainerCluster cluster, Set<Integer> portBindingOverride) -
Uses of ApplicationContainerCluster in com.yahoo.vespa.model.container
Constructors in com.yahoo.vespa.model.container with parameters of type ApplicationContainerClusterModifierConstructorDescriptionContainerModelEvaluation(ApplicationContainerCluster cluster, RankProfileList rankProfileList, FileDistributedOnnxModels onnxModels) -
Uses of ApplicationContainerCluster in com.yahoo.vespa.model.container.component
Constructors in com.yahoo.vespa.model.container.component with parameters of type ApplicationContainerClusterModifierConstructorDescriptionBertEmbedder(ApplicationContainerCluster cluster, Element xml, DeployState state) ColBertEmbedder(ApplicationContainerCluster cluster, Element xml, DeployState state) HuggingFaceEmbedder(ApplicationContainerCluster cluster, Element xml, DeployState state) SpladeEmbedder(ApplicationContainerCluster cluster, Element xml, DeployState state) -
Uses of ApplicationContainerCluster in com.yahoo.vespa.model.container.http
Methods in com.yahoo.vespa.model.container.http with parameters of type ApplicationContainerClusterModifier and TypeMethodDescriptionstatic booleanAccessControl.hasHandlerThatNeedsProtection(ApplicationContainerCluster cluster) AccessControl.Builder.setHandlers(ApplicationContainerCluster cluster) -
Uses of ApplicationContainerCluster in com.yahoo.vespa.model.container.search
Constructors in com.yahoo.vespa.model.container.search with parameters of type ApplicationContainerClusterModifierConstructorDescriptionContainerSearch(DeployState deployState, ApplicationContainerCluster cluster, SearchChains chains) -
Uses of ApplicationContainerCluster in com.yahoo.vespa.model.container.xml
Methods in com.yahoo.vespa.model.container.xml with parameters of type ApplicationContainerClusterModifier and TypeMethodDescriptionprotected voidConfigServerContainerModelBuilder.addAccessLogs(DeployState deployState, ApplicationContainerCluster cluster, Element spec) protected voidContainerModelBuilder.addAccessLogs(DeployState deployState, ApplicationContainerCluster cluster, Element spec) protected voidContainerModelBuilder.addClients(DeployState deployState, Element spec, ApplicationContainerCluster cluster) protected voidContainerModelBuilder.addHttp(DeployState deployState, Element spec, ApplicationContainerCluster cluster, ConfigModelContext context) protected voidConfigServerContainerModelBuilder.addModelEvaluationRuntime(DeployState deployState, ApplicationContainerCluster cluster) protected voidContainerModelBuilder.addModelEvaluationRuntime(DeployState deployState, ApplicationContainerCluster cluster) protected voidConfigServerContainerModelBuilder.addStatusHandlers(ApplicationContainerCluster cluster, boolean isHostedVespa) protected voidContainerModelBuilder.addStatusHandlers(ApplicationContainerCluster cluster, boolean isHostedVespa) -
Uses of ApplicationContainerCluster in com.yahoo.vespa.model.content
Methods in com.yahoo.vespa.model.content that return types with arguments of type ApplicationContainerClusterModifier and TypeMethodDescriptionContent.ownedIndexingCluster()Returns indexing cluster implicitly created by this, or empty if an explicit cluster is used (or if called before the build phase)