public class ParallelExecutionEngine extends ExecutionEngine
buffer, source, sourceVariable, target, targetVariable| Constructor and Description |
|---|
ParallelExecutionEngine(ACache source,
ACache target,
String sourceVar,
String targetVar)
Constructor for a parallel execution engine.
|
| Modifier and Type | Method and Description |
|---|---|
AMapping |
execute(LinkSpecification spec,
IPlanner planner)
Implementation of the execution of an execution plan.
|
public AMapping execute(LinkSpecification spec, IPlanner planner)
spec - The input link specificationplanner - The chosen plannerCopyright © 2018. All rights reserved.