Uses of Class
com.yahoo.vespa.model.container.component.chain.Chains
Packages that use Chains
Package
Description
-
Uses of Chains in com.yahoo.vespa.model.builder.xml.dom.chains
Classes in com.yahoo.vespa.model.builder.xml.dom.chains with type parameters of type ChainsModifier and TypeClassDescriptionclassDomChainsBuilder<COMPONENT extends ChainedComponent<?>,CHAIN extends Chain<COMPONENT>, CHAINS extends Chains<CHAIN>> NOTE: This class _must_ be abstract, due to calling subclass method in ctor. -
Uses of Chains in com.yahoo.vespa.model.container.component
Classes in com.yahoo.vespa.model.container.component with type parameters of type ChainsModifier and TypeClassDescriptionclassContainerSubsystem<CHAINS extends Chains<?>>Holder for components and options related to either processing/search/docproc for a container cluster. -
Uses of Chains in com.yahoo.vespa.model.container.component.chain
Classes in com.yahoo.vespa.model.container.component.chain with type parameters of type ChainsModifier and TypeClassDescriptionclassProcessingHandler<CHAINS extends Chains<?>>Represents a handler for processing chains.Fields in com.yahoo.vespa.model.container.component.chain declared as ChainsConstructor parameters in com.yahoo.vespa.model.container.component.chain with type arguments of type Chains -
Uses of Chains in com.yahoo.vespa.model.container.docproc
Subclasses of Chains in com.yahoo.vespa.model.container.docprocConstructor parameters in com.yahoo.vespa.model.container.docproc with type arguments of type ChainsModifierConstructorDescriptionDocprocChains(TreeConfigProducer<? super Chains> parent, String subId) -
Uses of Chains in com.yahoo.vespa.model.container.http
Subclasses of Chains in com.yahoo.vespa.model.container.httpConstructor parameters in com.yahoo.vespa.model.container.http with type arguments of type Chains -
Uses of Chains in com.yahoo.vespa.model.container.processing
Subclasses of Chains in com.yahoo.vespa.model.container.processingConstructor parameters in com.yahoo.vespa.model.container.processing with type arguments of type ChainsModifierConstructorDescriptionProcessingChains(TreeConfigProducer<? super Chains> parent, String subId) -
Uses of Chains in com.yahoo.vespa.model.container.search.searchchain
Subclasses of Chains in com.yahoo.vespa.model.container.search.searchchainModifier and TypeClassDescriptionclassRoot config producer of the whole search chains model (contains searchchains and searchers).Constructor parameters in com.yahoo.vespa.model.container.search.searchchain with type arguments of type ChainsModifierConstructorDescriptionSearchChains(TreeConfigProducer<? super Chains> parent, String subId)