|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectexecutor.Executor
public class Executor
Class for executing a given physical ExecutionPlan
.
Field Summary | |
---|---|
(package private) DMOOptimizer |
dmoo
The DMOOptimizer used by this Executor. |
(package private) ExecutionPlan |
ep
The execution plan to be executed. |
Constructor Summary | |
---|---|
Executor(ExecutionPlan _ep)
The constructor. |
Method Summary | |
---|---|
void |
run()
Execute this plan. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
ExecutionPlan ep
DMOOptimizer dmoo
Constructor Detail |
---|
public Executor(ExecutionPlan _ep)
_ep
- Method Detail |
---|
public void run()
TODO: Find a better way to the explain mode (e.g., a graph).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |