Package | Description |
---|---|
com.neurosys.etl.service |
Modifier and Type | Method and Description |
---|---|
protected void |
ETLRunner.processGeneratedEntity(T entity,
AbstractReader<IN,T,Serializable> reader,
ETLMeta meta,
ETLRunnerOptions options)
Process the final Entity produced from the ETL Process.
This is a convenient way to simply provide Transformer based processing over input/reader produced output as AbstractReader are not required at times. |
void |
ETLRunner.run(AbstractReader<IN,T,Serializable> reader,
ETLMeta meta,
ETLRunnerOptions options) |
protected void |
ETLRunner.setupJob(AbstractReader<IN,T,Serializable> job,
ETLMeta meta,
ETLRunnerOptions options) |
Copyright © 2018. All rights reserved.