|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.glitter.query.QueryExecutorFactory
public class QueryExecutorFactory
A QueryExecutorFactory returns QueryExecutor's that can execute a given query with a given SolutionGenerator. This is a singleton class.
| Method Summary | |
|---|---|
QueryExecutor |
createQueryExecutor(EngineConfig config,
QueryController qc,
SolutionGenerator sg,
QueryExecutionPlan plan)
Selects an appropriate QueryExecutor based upon the engine configuration and
the capabilities of the backend solution generator. |
static QueryExecutorFactory |
getQueryExecutorFactory()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static QueryExecutorFactory getQueryExecutorFactory()
QueryExecutorFactory.
public QueryExecutor createQueryExecutor(EngineConfig config,
QueryController qc,
SolutionGenerator sg,
QueryExecutionPlan plan)
QueryExecutor based upon the engine configuration and
the capabilities of the backend solution generator.
config - The engine configurationqc - The parsed and prepared querysg - The backend solution generatorplan - A query execution plan
QueryExecutor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||