Uses of Class
com.yahoo.vespa.model.container.Container
Packages that use Container
Package
Description
Provides the classes for the admin components of the Vespa config
model.
-
Uses of Container in com.yahoo.vespa.model.admin
Subclasses of Container in com.yahoo.vespa.model.adminModifier and TypeClassDescriptionclassContainer that should be running on same host as the logserver. -
Uses of Container in com.yahoo.vespa.model.admin.clustercontroller
Subclasses of Container in com.yahoo.vespa.model.admin.clustercontrollerModifier and TypeClassDescriptionclassContainer implementation for cluster-controllers -
Uses of Container in com.yahoo.vespa.model.admin.metricsproxy
Subclasses of Container in com.yahoo.vespa.model.admin.metricsproxy -
Uses of Container in com.yahoo.vespa.model.container
Classes in com.yahoo.vespa.model.container with type parameters of type ContainerModifier and TypeClassDescriptionclassContainerCluster<CONTAINER extends Container>Parent class for all container cluster types.Subclasses of Container in com.yahoo.vespa.model.containerModifier and TypeClassDescriptionfinal classA container that is typically used by container clusters set up from the user application.Methods in com.yahoo.vespa.model.container that return types with arguments of type ContainerModifier and TypeMethodDescriptionContainerCluster<? extends Container>ContainerModel.getCluster()Method parameters in com.yahoo.vespa.model.container with type arguments of type ContainerModifier and TypeMethodDescriptionvoidContainerModel.setCluster(ContainerCluster<? extends Container> containerCluster) -
Uses of Container in com.yahoo.vespa.model.container.xml
Methods in com.yahoo.vespa.model.container.xml with parameters of type ContainerModifier and TypeMethodDescriptionstatic voidContainerModelBuilder.addReconfigurableZooKeeperServerComponents(Container container)