Uses of Class
com.yahoo.component.chain.Chain
Packages that use Chain
Package
Description
-
Uses of Chain in com.yahoo.component.chain
Method parameters in com.yahoo.component.chain with type arguments of type ChainModifier and TypeMethodDescriptionstatic <COMPONENT extends ChainedComponent>
voidChainsConfigurer.prepareChainRegistry(com.yahoo.component.provider.ComponentRegistry<Chain<COMPONENT>> registry, ChainsModel model, com.yahoo.component.provider.ComponentRegistry<COMPONENT> allComponents) -
Uses of Chain in com.yahoo.component.chain.dependencies.ordering
Methods in com.yahoo.component.chain.dependencies.ordering that return Chain -
Uses of Chain in com.yahoo.processing.execution
Methods in com.yahoo.processing.execution that return ChainMethods in com.yahoo.processing.execution with parameters of type ChainModifier and TypeMethodDescriptionstatic ExecutionExecution.createRoot(Chain<? extends Processor> chain, int traceLevel, Execution.Environment<? extends Processor> environment) Creates an execution which is not in the context of an existing executionConstructors in com.yahoo.processing.execution with parameters of type ChainModifierConstructorDescriptionAsyncExecution(Chain<? extends Processor> chain, Execution parent) Create an async execution of a chainprotectedExecution(Chain<? extends Processor> chain, int startIndex, Execution.Trace trace, Execution.Environment<? extends Processor> environment) Creates a new execution by setting the internal state directly.Creates an execution of a chainExecutionWithResponse(Chain<? extends Processor> chain, Response response, Execution execution) Creates an execution which will return a given response at the end of the chain. -
Uses of Chain in com.yahoo.processing.handler
Methods in com.yahoo.processing.handler with parameters of type ChainModifier and TypeMethodDescriptionAbstractProcessingHandler.createExecution(Chain<COMPONENT> chain, Request processingRequest) Constructors in com.yahoo.processing.handler with parameters of type ChainModifierConstructorDescriptionProcessingTestDriver(Chain<Processor>... chains) ProcessingTestDriver(Chain<Processor> chain, RequestLogHandler accessLogInterface) ProcessingTestDriver(String binding, Chain<Processor>... chains) Constructor parameters in com.yahoo.processing.handler with type arguments of type ChainModifierConstructorDescriptionProcessingTestDriver(String binding, Collection<Chain<Processor>> chains) ProcessingTestDriver(String binding, Collection<Chain<Processor>> chains, com.yahoo.component.provider.ComponentRegistry<Renderer> renderers) ProcessingTestDriver(Collection<Chain<Processor>> chains) ProcessingTestDriver(Collection<Chain<Processor>> chains, com.yahoo.component.provider.ComponentRegistry<Renderer> renderers)