|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| Pipeline<T extends PipelineComponent> |
A pipeline expects one or more PipelineComponents that passed by
using Pipeline.addComponent(PipelineComponent). |
| Class Summary | |
|---|---|
| AbstractPipeline<T extends PipelineComponent> | Basic pipeline implementation that collects the PipelineComponents
and connects them with each other. |
| AsyncCachePipeline<T extends PipelineComponent> |
This Pipeline basically works like the CachingPipeline. |
| CachingPipeline<T extends PipelineComponent> |
A Pipeline implementation that returns a cached result if, and only
if all its components support caching. |
| NonCachingPipeline<T extends PipelineComponent> | This Pipeline doesn't support caching at all. |
| Exception Summary | |
|---|---|
| PipelineException | |
| ProcessingException | Exception that indicates that there was a problem while processing a pipeline. |
| SetupException | Exception that indicates that there was a problem while processing a pipeline. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||