Package com.yahoo.vespa.model.admin
Class LogserverContainerCluster
java.lang.Object
com.yahoo.config.model.producer.AnyConfigProducer
com.yahoo.config.model.producer.TreeConfigProducer<AnyConfigProducer>
com.yahoo.vespa.model.container.ContainerCluster<LogserverContainer>
com.yahoo.vespa.model.admin.LogserverContainerCluster
- All Implemented Interfaces:
com.yahoo.cloud.config.ClusterInfoConfig.Producer,com.yahoo.cloud.config.ConfigserverConfig.Producer,com.yahoo.cloud.config.CuratorConfig.Producer,com.yahoo.config.ConfigInstance.Producer,com.yahoo.config.docproc.DocprocConfig.Producer,com.yahoo.config.docproc.SchemamappingConfig.Producer,com.yahoo.container.ComponentsConfig.Producer,com.yahoo.container.core.ApplicationMetadataConfig.Producer,com.yahoo.container.core.document.ContainerDocumentConfig.Producer,com.yahoo.container.di.config.PlatformBundlesConfig.Producer,com.yahoo.container.jdisc.config.HealthMonitorConfig.Producer,com.yahoo.container.jdisc.JdiscBindingsConfig.Producer,com.yahoo.container.QrSearchersConfig.Producer,com.yahoo.document.config.DocumentmanagerConfig.Producer,com.yahoo.prelude.semantics.SemanticRulesConfig.Producer,com.yahoo.search.config.IndexInfoConfig.Producer,com.yahoo.search.config.QrStartConfig.Producer,com.yahoo.search.config.SchemaInfoConfig.Producer,com.yahoo.search.pagetemplates.PageTemplatesConfig.Producer,com.yahoo.search.query.profile.config.QueryProfilesConfig.Producer,com.yahoo.vespa.configdefinition.IlscriptsConfig.Producer,ConfigProducer,Serializable
- Author:
- hmusum
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.yahoo.vespa.model.container.ContainerCluster
ContainerCluster.JvmMemoryPercentage -
Field Summary
Fields inherited from class com.yahoo.vespa.model.container.ContainerCluster
APPLICATION_STATUS_HANDLER_CLASS, BINDINGS_OVERVIEW_HANDLER_CLASS, containers, G1GC, isHostedVespa, LOG_HANDLER_CLASS, PARALLEL_GC, RESERVED_URI_PREFIX, ROOT_HANDLER_BINDING, ROOT_HANDLER_PATH, STATE_HANDLER_BINDING_1, STATE_HANDLER_BINDING_2, STATE_HANDLER_CLASS, VIP_HANDLER_BINDINGFields inherited from class com.yahoo.config.model.producer.AnyConfigProducer
log -
Constructor Summary
ConstructorsConstructorDescriptionLogserverContainerCluster(TreeConfigProducer<?> parent, String name, DeployState deployState) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetConfig(com.yahoo.search.config.QrStartConfig.Builder builder) protected booleanImplement in subclasses to avoid installing unnecessary bundles, seePlatformBundlesShould only return constant values, as there is no guarantee for when this is called.Methods inherited from class com.yahoo.vespa.model.container.ContainerCluster
addAccessLog, addAccessLog, addAccessLog, addAllPlatformBundles, addApplicationStatusHandler, addCommonVespaBundles, addComponent, addContainer, addContainers, addDefaultHandlersExceptStatus, addDefaultHandlersWithVip, addDefaultRootHandler, addMetricStateHandler, addPlatformBundle, addSearchAndDocprocBundles, addSimpleComponent, addSimpleComponent, addSimpleComponent, addSimpleComponent, addVipHandler, clientsLegacyMode, concreteDocumentTypes, doPrepare, getAdmin, getAllComponents, getClients, getComponentsMap, getConfig, getConfig, getConfig, getConfig, getConfig, getConfig, getConfig, getConfig, getConfig, getConfig, getConfig, getConfig, getConfig, getConfig, getConfig, getConfig, getConfig, getConfig, getConfig, getContainers, getDeferChangesUntilRestart, getDocproc, getDocprocChains, getHandlers, getHostClusterId, getHttp, getJvmGCOptions, getMemoryPercentage, getName, getSearch, getSearchChains, getSecretStore, getZone, id, initialize, isHostedVespa, prepare, removeComponent, removeSimpleComponent, setClients, setDeferChangesUntilRestart, setDocproc, setDocumentApi, setHostClusterId, setHttp, setHttpServerEnabled, setJvmGCOptions, setProcessingChains, setRpcServerEnabled, setSearch, setSecretStore, setZone, toStringMethods inherited from class com.yahoo.config.model.producer.TreeConfigProducer
addChild, addDescendantService, getChildren, getChildrenByTypeRecursive, getConfigClassLoader, getDescendantServices, removeChild, validateMethods inherited from class com.yahoo.config.model.producer.AnyConfigProducer
addConfigId, addUserConfig, cascadeConfig, currentConfigId, findInheritedClassLoader, getConfigId, getMonitoringService, getParent, getRoot, getSubId, getUserConfigs, hostSystem, mergeUserConfigs, remove, setParent, setUserConfigs, stateIsHostedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.yahoo.vespa.model.ConfigProducer
dump
-
Constructor Details
-
LogserverContainerCluster
public LogserverContainerCluster(TreeConfigProducer<?> parent, String name, DeployState deployState)
-
-
Method Details
-
getConfig
public void getConfig(com.yahoo.search.config.QrStartConfig.Builder builder) - Specified by:
getConfigin interfacecom.yahoo.search.config.QrStartConfig.Producer- Overrides:
getConfigin classContainerCluster<LogserverContainer>
-
messageBusEnabled
protected boolean messageBusEnabled()- Specified by:
messageBusEnabledin classContainerCluster<LogserverContainer>
-
unnecessaryPlatformBundles
Description copied from class:ContainerClusterImplement in subclasses to avoid installing unnecessary bundles, seePlatformBundlesShould only return constant values, as there is no guarantee for when this is called.- Overrides:
unnecessaryPlatformBundlesin classContainerCluster<LogserverContainer>
-