felix.executor
Class Executor

java.lang.Object
  extended by felix.executor.Executor

Deprecated.

public class Executor
extends java.lang.Object

Class for executing a given physical ExecutionPlan.

Author:
Ce Zhang

Field Summary
 DMOOptimizer dmoo
          Deprecated. The DMOOptimizer used by this Executor.
 
Constructor Summary
Executor(ExecutionPlan _ep, FelixQuery _fq, FelixCommandOptions _options)
          Deprecated. The constructor.
 
Method Summary
 void dumpMapAnswerForPredicate(tuffy.db.RDB db, FelixPredicate p, java.io.BufferedWriter bufferedWriter)
          Deprecated. Output the results of this bucket.
 void run()
          Deprecated. Execute this plan.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dmoo

public DMOOptimizer dmoo
Deprecated. 
The DMOOptimizer used by this Executor.

Constructor Detail

Executor

public Executor(ExecutionPlan _ep,
                FelixQuery _fq,
                FelixCommandOptions _options)
Deprecated. 
The constructor.

Parameters:
_ep -
Method Detail

run

public void run()
Deprecated. 
Execute this plan. If Felix runs in explain mode, just prints out the physical plan.

TODO: Find a better way to the explain mode (e.g., a graph).


dumpMapAnswerForPredicate

public void dumpMapAnswerForPredicate(tuffy.db.RDB db,
                                      FelixPredicate p,
                                      java.io.BufferedWriter bufferedWriter)
Deprecated. 
Output the results of this bucket.

Parameters:
db -
fout -
p -