public interface RecordProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
doAfter()
Executes after the
run method. |
void |
doBefore()
Executes before the
run method. |
void |
run(String path)
Executes the pipeline and processes the input through the individual components.
|
void doBefore()
run method. Can be configured to handle tasks, such as data set
pre-processing.void doAfter()
run method. Can be configured to handle tasks, such as record
post-processing.void run(String path) throws DataImportException
path - DataImportExceptionCopyright © 2016. All rights reserved.