| Package | Description |
|---|---|
| com.hof.mi.etl.runner | |
| com.hof.mi.etl.runner.status | |
| com.hof.mi.etl.step |
| Modifier and Type | Class and Description |
|---|---|
class |
ETLStepResultImpl
Implementation of the
ETLStepResult interface. |
| Modifier and Type | Method and Description |
|---|---|
ETLStepResult |
ETLStepResultsImpl.getData(java.lang.String outputFlowUuid) |
ETLStepResult |
ETLStepResults.getData(java.lang.String outputFlowUuid)
Get data for an output flowUUID, as an instance of
ETLStepResult |
| Modifier and Type | Method and Description |
|---|---|
void |
ETLStepResultsImpl.addResult(ETLStepResult result) |
void |
ETLStepResults.addResult(ETLStepResult result)
Add an
ETLStepResult to this instance of ETLStepResults. |
| Constructor and Description |
|---|
ETLStepResultImpl(ETLStepResult result) |
| Modifier and Type | Method and Description |
|---|---|
ETLStepResult |
ETLStepStatusImpl.getData(java.lang.String outFlowUuid) |
ETLStepResult |
ETLStepStatus.getData(java.lang.String outFlowUuid)
Get data generated emitted by this step along the specified output flow UUID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ETLStepStatusImpl.addData(ETLStepResult newData) |
void |
ETLStepStatus.addData(ETLStepResult newData)
Add one or more rows of data to the step's cache.
|
| Modifier and Type | Method and Description |
|---|---|
protected ETLStepResult |
AbstractETLStep.endInternalTransmission(ETLStepResult outputData)
Finish transmission by removing data from internal wires and putting them into an array in the output data packet (represented by
ETLStepResult). |
protected ETLStepResult |
AbstractETLStep.endInternalTransmission(ETLStepResult outputData,
boolean clearWires)
Finish transmission by getting data from internal wires and putting them into an array in the output data packet (represented by
ETLStepResult). |
ETLStepResult |
AbstractETLStep.getFreshDataPacket(java.lang.String outFlowUuid)
Get an empty data packet for a specified output flowUUID.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractETLStep.emitData(ETLStepResult dataPacket)
Send a data packet to its output step
|
protected ETLStepResult |
AbstractETLStep.endInternalTransmission(ETLStepResult outputData)
Finish transmission by removing data from internal wires and putting them into an array in the output data packet (represented by
ETLStepResult). |
protected ETLStepResult |
AbstractETLStep.endInternalTransmission(ETLStepResult outputData,
boolean clearWires)
Finish transmission by getting data from internal wires and putting them into an array in the output data packet (represented by
ETLStepResult). |