| Package | Description |
|---|---|
| com.hof.mi.etl.runner | |
| com.hof.mi.etl.step |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractETLRunContext
Partial implementation of the
ETLRunContext interface. |
class |
ETLBackgroundRunContext
Implementation of the
ETLRunContext interface for running the entire ETL Process in the background. |
class |
ETLPreviewRunContext
Implementation of the
ETLRunContext interface for running an ETL Process in Edit (Preview) Mode. |
| Modifier and Type | Method and Description |
|---|---|
ETLRunContext |
ETLRunnerImpl.getContext() |
ETLRunContext |
ETLRunner.getContext()
Get the
ETLRunContext for this runner |
| Constructor and Description |
|---|
ETLRunnerImpl(java.lang.String processUuid,
ETLRunContext context) |
ETLRunnerImpl(java.lang.String processUuid,
ETLRunContext context,
boolean useMainThreadForExec) |
| Modifier and Type | Method and Description |
|---|---|
ETLRunContext |
AbstractETLStep.getContext() |
ETLRunContext |
ETLStep.getContext()
Get information about the ETL Runner running this step.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractETLStep.setContext(ETLRunContext context) |
void |
ETLStep.setContext(ETLRunContext context)
Set the step's
ETLRunContext. |