Package | Description |
---|---|
com.neurosys.etl.common | |
com.neurosys.etl.service | |
com.neurosys.modules.etl | |
com.neurosys.modules.etl.admin.wicket.pages.panels |
Constructor and Description |
---|
ETLMeta(ETLMeta<PARAM_META> etlMeta) |
Modifier and Type | Method and Description |
---|---|
protected void |
ETLRunner.init(AbstractReader<IN,T,Serializable> reader,
ETLMeta meta)
All Thread/Reading init based activities
|
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) |
protected void |
ETLRunner.threadInit(AbstractReader<IN,T,Serializable> reader,
ETLMeta meta)
Init before the thread runs.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorizableETLMeta<PARAM_META>
|
Constructor and Description |
---|
AuthorizableETLMeta(ETLMeta<PARAM_META> etlMeta) |
Modifier and Type | Method and Description |
---|---|
ETLMeta<FacetMeta> |
ReaderProcess.getMeta() |
Constructor and Description |
---|
ReaderProcess(org.springframework.context.ConfigurableApplicationContext context,
AbstractReader<IN,T,Serializable> reader,
String anyUploadedResource,
Progression progression,
org.apache.wicket.markup.html.panel.Panel feedback,
Boolean onlyVerify,
ETLMeta<FacetMeta> meta,
String processId) |
Copyright © 2018. All rights reserved.