public class OrchestratorNodeProcessor
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrchestratorNodeProcessor.Entry |
class |
OrchestratorNodeProcessor.OrchestratorRunnable |
static class |
OrchestratorNodeProcessor.Result |
| Constructor and Description |
|---|
OrchestratorNodeProcessor(int threadCount,
boolean keepgoing,
Orchestrator orchestrator,
java.util.Map<INodeEntry,java.util.concurrent.Callable<NodeStepResult>> executions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute() |
OrchestratorNodeProcessor.Entry |
getCallable() |
public OrchestratorNodeProcessor(int threadCount,
boolean keepgoing,
Orchestrator orchestrator,
java.util.Map<INodeEntry,java.util.concurrent.Callable<NodeStepResult>> executions)
public boolean execute()
throws java.util.concurrent.ExecutionException
java.util.concurrent.ExecutionExceptionpublic OrchestratorNodeProcessor.Entry getCallable() throws DispatcherException
DispatcherException