Package | Description |
---|---|
com.hof.mi.etl.runner | |
com.hof.mi.etl.step |
Modifier and Type | Class and Description |
---|---|
class |
ETLStepResultsImpl |
Modifier and Type | Field and Description |
---|---|
protected ETLStepResults |
AbstractETLStep.dataPackets |
Modifier and Type | Method and Description |
---|---|
protected ETLStepResults |
AbstractETLRowStep.processRow(java.lang.Object[] data,
java.util.List<ETLStepMetadataFieldBean> metadata)
This method initiates the core processing of this step and maps data from the input structure to the output structure.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractETLStep.emitData(ETLStepResults data)
Send data packets to all output steps.
|
protected void |
AbstractETLRowStep.postRow(ETLStepResults processedData)
Perform any post-processing here..
|