public abstract class AsynchronousParallelTaskExecutor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ExecutorService |
executor |
protected int |
numberOfThreads |
| Constructor and Description |
|---|
AsynchronousParallelTaskExecutor(int threads) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addTaskForExecution(Object[] taskParameters) |
abstract Object |
parallelExecution() |
abstract void |
startParallelRunner(Object configuration) |
void |
stopEvaluator()
Shutdown the executor
|
protected int numberOfThreads
protected ExecutorService executor
public AsynchronousParallelTaskExecutor(int threads)
public abstract void startParallelRunner(Object configuration)
public abstract void addTaskForExecution(Object[] taskParameters)
public abstract Object parallelExecution()
public void stopEvaluator()
Copyright © 2015. All rights reserved.