Package | Description |
---|---|
com.hof.mi.etl.runner.status | |
com.hof.mi.etl.step |
Modifier and Type | Class and Description |
---|---|
class |
ETLStepStatusConcurrentImpl
ETLStepStatusImpl for concurrent status updates |
class |
ETLStepStatusImpl
Implementation of the
ETLStepStatus interface. |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ETLStepStatus> |
ETLProcessStatusImpl.getStepStatusMap() |
java.util.Map<java.lang.String,ETLStepStatus> |
ETLProcessStatus.getStepStatusMap()
Holds the status of each step in the Process.
|
Modifier and Type | Method and Description |
---|---|
ETLStepStatus |
AbstractETLStep.getStatus() |
ETLStepStatus |
ETLStep.getStatus()
Get the status of the step as an instance of
ETLStepStatus . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractETLStep.setStatus(ETLStepStatus status) |
void |
ETLStep.setStatus(ETLStepStatus status)
Set the status object for this step.
|