Uses of Class
com.yahoo.component.chain.ChainedComponent
Packages that use ChainedComponent
Package
Description
Java library for request-response data processing.
-
Uses of ChainedComponent in com.yahoo.component.chain
Classes in com.yahoo.component.chain with type parameters of type ChainedComponentModifier and TypeClassDescriptionclassChain<COMPONENT extends ChainedComponent>An immutable ordered list of componentsMethods in com.yahoo.component.chain with type parameters of type ChainedComponentModifier and TypeMethodDescriptionstatic <COMPONENT extends ChainedComponent>
voidChainsConfigurer.prepareChainRegistry(com.yahoo.component.provider.ComponentRegistry<Chain<COMPONENT>> registry, ChainsModel model, com.yahoo.component.provider.ComponentRegistry<COMPONENT> allComponents) Constructors in com.yahoo.component.chain with parameters of type ChainedComponent -
Uses of ChainedComponent in com.yahoo.component.chain.dependencies.ordering
Classes in com.yahoo.component.chain.dependencies.ordering with type parameters of type ChainedComponentModifier and TypeClassDescriptionclassChainBuilder<T extends ChainedComponent>Given a set of phases and a set of components, a ordered list of components satisfying the dependencies is given if possible.Methods in com.yahoo.component.chain.dependencies.ordering with parameters of type ChainedComponent -
Uses of ChainedComponent in com.yahoo.processing
Subclasses of ChainedComponent in com.yahoo.processingModifier and TypeClassDescriptionclassSuperclass of chainable components processing Requests to create Responses. -
Uses of ChainedComponent in com.yahoo.processing.execution.chain
Classes in com.yahoo.processing.execution.chain with type parameters of type ChainedComponentModifier and TypeClassDescriptionclassChainRegistry<T extends ChainedComponent>A registry of chains -
Uses of ChainedComponent in com.yahoo.processing.processors
Subclasses of ChainedComponent in com.yahoo.processing.processorsModifier and TypeClassDescriptionclassA processor which adds the current content of the Request.properties() to the trace before calling the next processor, if traceLevel is 4 or more.