Class DomProcessingChainBuilder
java.lang.Object
com.yahoo.vespa.model.builder.xml.dom.VespaDomBuilder.DomConfigProducerBuilder<T,AnyConfigProducer>
com.yahoo.vespa.model.builder.xml.dom.VespaDomBuilder.DomConfigProducerBuilderBase<CHAIN>
com.yahoo.vespa.model.builder.xml.dom.chains.DomChainBuilderBase<Processor,ProcessingChain>
com.yahoo.vespa.model.builder.xml.dom.chains.processing.DomProcessingChainBuilder
- Author:
- bratseth
-
Field Summary
Fields inherited from class com.yahoo.vespa.model.builder.xml.dom.chains.DomChainBuilderBase
outerComponentTypeByComponentName -
Constructor Summary
ConstructorsConstructorDescriptionDomProcessingChainBuilder(Map<String, ComponentsBuilder.ComponentType<?>> outerComponentTypeByComponentName) -
Method Summary
Modifier and TypeMethodDescriptionprotected ProcessingChainbuildChain(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element producerSpec, com.yahoo.component.chain.model.ChainSpecification specWithoutInnerComponents) Methods inherited from class com.yahoo.vespa.model.builder.xml.dom.chains.DomChainBuilderBase
doBuildMethods inherited from class com.yahoo.vespa.model.builder.xml.dom.VespaDomBuilder.DomConfigProducerBuilder
build
-
Constructor Details
-
DomProcessingChainBuilder
public DomProcessingChainBuilder(Map<String, ComponentsBuilder.ComponentType<?>> outerComponentTypeByComponentName)
-
-
Method Details
-
buildChain
protected ProcessingChain buildChain(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element producerSpec, com.yahoo.component.chain.model.ChainSpecification specWithoutInnerComponents) - Specified by:
buildChainin classDomChainBuilderBase<Processor,ProcessingChain>
-