Uses of Class
com.yahoo.vespa.model.container.ContainerCluster
Packages that use ContainerCluster
Package
Description
Provides the classes for the admin components of the Vespa config
model.
-
Uses of ContainerCluster in com.yahoo.vespa.model.admin
Subclasses of ContainerCluster in com.yahoo.vespa.model.admin -
Uses of ContainerCluster in com.yahoo.vespa.model.admin.clustercontroller
Subclasses of ContainerCluster in com.yahoo.vespa.model.admin.clustercontrollerModifier and TypeClassDescriptionclassContainer cluster for cluster-controller containers. -
Uses of ContainerCluster in com.yahoo.vespa.model.admin.metricsproxy
Subclasses of ContainerCluster in com.yahoo.vespa.model.admin.metricsproxyModifier and TypeClassDescriptionclassContainer cluster for metrics proxy containers. -
Uses of ContainerCluster in com.yahoo.vespa.model.clients
Methods in com.yahoo.vespa.model.clients with parameters of type ContainerClusterModifier and TypeMethodDescriptionstatic voidContainerDocumentApi.addVespaClientContainerBundle(ContainerCluster<?> c) static ContainerDocumentApiContainerDocumentApi.createDummyApi(ContainerCluster<?> cluster) Constructors in com.yahoo.vespa.model.clients with parameters of type ContainerClusterModifierConstructorDescriptionContainerDocumentApi(DeployState ds, ContainerCluster<?> cluster, ContainerDocumentApi.HandlerOptions handlerOptions, boolean ignoreUndefinedFields, Set<Integer> portOverride) -
Uses of ContainerCluster in com.yahoo.vespa.model.container
Subclasses of ContainerCluster in com.yahoo.vespa.model.containerModifier and TypeClassDescriptionfinal classA container cluster that is typically set up from the user application.Methods in com.yahoo.vespa.model.container that return ContainerClusterModifier and TypeMethodDescriptionContainerCluster<? extends Container>ContainerModel.getCluster()Methods in com.yahoo.vespa.model.container that return types with arguments of type ContainerClusterModifier and TypeMethodDescriptionprotected Optional<ContainerCluster>Container.containerCluster()static Collection<ContainerCluster<?>>ContainerModel.containerClusters(ConfigModelRepo models) Methods in com.yahoo.vespa.model.container with parameters of type ContainerClusterModifier and TypeMethodDescriptionvoidContainerModel.setCluster(ContainerCluster<? extends Container> containerCluster) -
Uses of ContainerCluster in com.yahoo.vespa.model.container.component
Constructors in com.yahoo.vespa.model.container.component with parameters of type ContainerClusterModifierConstructorDescriptionAccessLogComponent(ContainerCluster<?> cluster, AccessLogComponent.AccessLogType logType, String compressionType, Optional<String> clusterName, boolean isHostedVespa) ConnectionLogComponent(ContainerCluster<?> cluster, Class<? extends com.yahoo.container.logging.ConnectionLog> cls, String logDirectoryName) -
Uses of ContainerCluster in com.yahoo.vespa.model.container.configserver
Methods in com.yahoo.vespa.model.container.configserver with parameters of type ContainerClusterModifier and TypeMethodDescriptionvoidConfigserverCluster.setContainerCluster(ContainerCluster<?> containerCluster) -
Uses of ContainerCluster in com.yahoo.vespa.model.container.docproc
Constructors in com.yahoo.vespa.model.container.docproc with parameters of type ContainerClusterModifierConstructorDescriptionContainerDocproc(ContainerCluster<?> cluster, DocprocChains chains) ContainerDocproc(ContainerCluster<?> cluster, DocprocChains chains, ContainerDocproc.Options options) ContainerDocproc(ContainerCluster<?> cluster, DocprocChains chains, ContainerDocproc.Options options, boolean addSourceClientProvider) -
Uses of ContainerCluster in com.yahoo.vespa.model.container.http
Constructors in com.yahoo.vespa.model.container.http with parameters of type ContainerClusterModifierConstructorDescriptionJettyHttpServer(String componentId, ContainerCluster<?> cluster, DeployState deployState) -
Uses of ContainerCluster in com.yahoo.vespa.model.container.http.xml
Constructors in com.yahoo.vespa.model.container.http.xml with parameters of type ContainerCluster -
Uses of ContainerCluster in com.yahoo.vespa.model.container.xml
Methods in com.yahoo.vespa.model.container.xml with parameters of type ContainerClusterModifier and TypeMethodDescriptionstatic Optional<AccessLogComponent>AccessLogBuilder.buildIfNotDisabled(DeployState deployState, ContainerCluster<?> cluster, Element accessLogSpec) -
Uses of ContainerCluster in com.yahoo.vespa.model.container.xml.document
Methods in com.yahoo.vespa.model.container.xml.document with parameters of type ContainerClusterModifier and TypeMethodDescriptionstatic voidDocumentFactoryBuilder.buildDocumentFactories(ContainerCluster cluster, Element spec)