public class ParallelExecutionEngine extends ExecutionEngine
buffer, expectedSelectivity, optimizationTime, source, sourceVariable, target, targetVariable| Constructor and Description |
|---|
ParallelExecutionEngine(ACache source,
ACache target,
String sourceVar,
String targetVar,
long maxOpt,
double k)
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.
|
getBuffer, setBufferpublic ParallelExecutionEngine(ACache source, ACache target, String sourceVar, String targetVar, long maxOpt, double k)
source - Source cachetarget - Target cachesourceVar - Source variabletargetVar - Target variablepublic AMapping execute(LinkSpecification spec, IPlanner planner)
spec - The input link specificationplanner - The chosen plannerCopyright © 2020. All rights reserved.