|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfelix.executor.DDExecutor
public class DDExecutor
Class for executing a given physical ExecutionPlan using
dual decomposition.
| Field Summary | |
|---|---|
DMOOptimizer |
dmoo
The DMOOptimizer used by this Executor. |
| Constructor Summary | |
|---|---|
DDExecutor(ExecutionPlan _ep,
FelixQuery _fq,
FelixCommandOptions _options)
The constructor. |
|
| Method Summary | |
|---|---|
void |
dumpMapAnswerForPredicate(tuffy.db.RDB db,
FelixPredicate p,
java.io.BufferedWriter bufferedWriter)
Output the results of this bucket. |
void |
run()
Execute this plan. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public DMOOptimizer dmoo
| Constructor Detail |
|---|
public DDExecutor(ExecutionPlan _ep,
FelixQuery _fq,
FelixCommandOptions _options)
_ep - | Method Detail |
|---|
public void run()
TODO: Find a better way to the explain mode (e.g., a graph).
public void dumpMapAnswerForPredicate(tuffy.db.RDB db,
FelixPredicate p,
java.io.BufferedWriter bufferedWriter)
db - fout - p -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||