|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ThreadingModel
Implements a threading model for a pipeline. A threading model abstracts out the way in which pipelines are processed.
| Method Summary | |
|---|---|
void |
execute(PipeStage toRun)
Wraps the execution of the pipeline in the appropriate threading. |
| Method Detail |
|---|
void execute(PipeStage toRun)
toRun - The stage to run.
org.apache.commons.lang.NullArgumentException - If the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||