Class ProcessingHandler<CHAINS extends Chains<?>>
java.lang.Object
com.yahoo.config.model.producer.AnyConfigProducer
com.yahoo.config.model.producer.TreeConfigProducer<CCHILD>
com.yahoo.vespa.model.container.component.Component<Component<?,?>,com.yahoo.osgi.provider.model.ComponentModel>
com.yahoo.vespa.model.container.component.Handler
com.yahoo.vespa.model.container.component.chain.ProcessingHandler<CHAINS>
- All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer,com.yahoo.container.core.ChainsConfig.Producer,ConfigProducer,Serializable,Comparable<Component<?,?>>
public class ProcessingHandler<CHAINS extends Chains<?>>
extends Handler
implements com.yahoo.container.core.ChainsConfig.Producer
Represents a handler for processing chains.
- Author:
- gjoranv
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.yahoo.vespa.model.container.component.Handler
Handler.DefaultHandlerThreadpool -
Field Summary
FieldsFields inherited from class com.yahoo.vespa.model.container.component.Handler
hasCustomThreadPoolFields inherited from class com.yahoo.config.model.producer.AnyConfigProducer
log -
Constructor Summary
ConstructorsConstructorDescriptionProcessingHandler(CHAINS chains, com.yahoo.container.bundle.BundleInstantiationSpecification spec) ProcessingHandler(CHAINS chains, com.yahoo.container.bundle.BundleInstantiationSpecification spec, ContainerThreadpool threadpool) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetConfig(com.yahoo.container.core.ChainsConfig.Builder builder) Methods inherited from class com.yahoo.vespa.model.container.component.Handler
addClientBindings, addServerBindings, addServerBindings, fromClassName, getClientBindings, getServerBindings, removeServerBindingMethods 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
-
Field Details
-
PROCESSING_HANDLER_CLASS
- See Also:
-
chains
-
-
Constructor Details
-
ProcessingHandler
public ProcessingHandler(CHAINS chains, com.yahoo.container.bundle.BundleInstantiationSpecification spec) -
ProcessingHandler
public ProcessingHandler(CHAINS chains, com.yahoo.container.bundle.BundleInstantiationSpecification spec, ContainerThreadpool threadpool)
-
-
Method Details
-
getConfig
public void getConfig(com.yahoo.container.core.ChainsConfig.Builder builder) - Specified by:
getConfigin interfacecom.yahoo.container.core.ChainsConfig.Producer
-