public interface ExecutionStrategy
NodeWorkers will be executed.| Modifier and Type | Method and Description |
|---|---|
void |
abort()
Abort the execution of the workers
|
void |
startWorkers(Collection<NodeWorker<?>> workers)
Let the
ExecutionStrategy implementation execute the given NodeWorkers. |
void |
waitForTermination()
This method blocks and waits for all workers to finish.
|
void startWorkers(Collection<NodeWorker<?>> workers)
ExecutionStrategy implementation execute the given NodeWorkers.
This method may either be called on an initial job start or when a SubPipeline has been
created.workers - the NodeWorkers to executevoid abort()
void waitForTermination()
throws InterruptedException
InterruptedExceptionCopyright © 2017 levigo holding gmbh. All rights reserved.