public interface ETLThreadManager
| Modifier and Type | Field and Description |
|---|---|
static int |
MIN_THREADS_FOR_CONCURRENCY |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxThreads()
Get the maximum number of threads in the Thread Manager
|
void |
shutdown()
Shut down the Thread Manager.
|
java.util.concurrent.Future<java.lang.Void> |
submit(ExecutionHead head)
Submit a head task to the Thread Manager and return a Future.
|
static final int MIN_THREADS_FOR_CONCURRENCY
int getMaxThreads()
java.util.concurrent.Future<java.lang.Void> submit(ExecutionHead head)
head - - A runnable which can execute a "head" ETL step.void shutdown()