Package com.yahoo.vespa.model.container
Class ContainerThreadpool
java.lang.Object
com.yahoo.config.model.producer.AnyConfigProducer
com.yahoo.config.model.producer.TreeConfigProducer<CCHILD>
com.yahoo.vespa.model.container.component.Component<AnyConfigProducer,com.yahoo.osgi.provider.model.ComponentModel>
com.yahoo.vespa.model.container.component.SimpleComponent
com.yahoo.vespa.model.container.ContainerThreadpool
- All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer,com.yahoo.container.handler.threadpool.ContainerThreadpoolConfig.Producer,ConfigProducer,Serializable,Comparable<Component<?,?>>
- Direct Known Subclasses:
Handler.DefaultHandlerThreadpool
public abstract class ContainerThreadpool
extends SimpleComponent
implements com.yahoo.container.handler.threadpool.ContainerThreadpoolConfig.Producer
Component definition for a
Executor using ContainerThreadPool.- Author:
- bjorncs
- See Also:
-
Field Summary
Fields inherited from class com.yahoo.config.model.producer.AnyConfigProducer
log -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedContainerThreadpool(DeployState ds, String name, Element parent) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetConfig(com.yahoo.container.handler.threadpool.ContainerThreadpoolConfig.Builder builder) protected abstract voidsetDefaultConfigValues(com.yahoo.container.handler.threadpool.ContainerThreadpoolConfig.Builder builder) Methods inherited from class com.yahoo.vespa.model.container.component.Component
addComponent, compareTo, fromClassAndBundle, getClassId, getComponentId, getGlobalComponentId, getInjectedComponentIds, inject, injectForName, 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
-
ContainerThreadpool
-
-
Method Details
-
setDefaultConfigValues
protected abstract void setDefaultConfigValues(com.yahoo.container.handler.threadpool.ContainerThreadpoolConfig.Builder builder) -
getConfig
public void getConfig(com.yahoo.container.handler.threadpool.ContainerThreadpoolConfig.Builder builder) - Specified by:
getConfigin interfacecom.yahoo.container.handler.threadpool.ContainerThreadpoolConfig.Producer
-