|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PipelineLifecycleJob
This interface specifies a job or set of tasks that are to be run at a well-specified points in the pipeline lifecycle. It is intended to be a means by which third-party plugins can be added to the pipeline framework.
Method Summary | |
---|---|
void |
onFinish(Pipeline pipeline)
This is called by the pipeline engine after all data processing has completed. |
void |
onStart(Pipeline pipeline)
This is called by the pipeline engine once the pipeline is fully configured, just prior to stage driver start. |
Method Detail |
---|
void onStart(Pipeline pipeline)
void onFinish(Pipeline pipeline)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |