Package | Description |
---|---|
com.hof.mi.etl.runner |
Modifier and Type | Class and Description |
---|---|
class |
ETLBackgroundThreadManager
Implementation of the
ETLThreadManager interface for managing threads for ETL Background Execution. |
class |
ETLPreviewThreadManager
Implementation of the
ETLThreadManager interface for managing threads for ETL Preview (edit mode) Execution. |
Modifier and Type | Field and Description |
---|---|
protected ETLThreadManager |
AbstractETLRunContext.threadManager |
Modifier and Type | Method and Description |
---|---|
ETLThreadManager |
ETLRunContext.getETLThreadManager(int headCount)
Return a Thread Manager to which tasks may be submitted.
|
ETLThreadManager |
ETLPreviewRunContext.getETLThreadManager(int headCount) |
ETLThreadManager |
ETLBackgroundRunContext.getETLThreadManager(int headCount) |
Modifier and Type | Method and Description |
---|---|
void |
ETLBackgroundRunContext.setThreadManager(ETLThreadManager etm) |