|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.glitter.DefaultEngineConfig
org.openanzo.model.impl.query.CoreEngineConfig
org.openanzo.common.rdb.container.query.RdbEngineConfig
public class RdbEngineConfig
RdbEngineConfig is the Glitter EngineConfig for queries against an RDB Container. It uses the QueryOptimizer query execution plan in order to determine extra vs regular triple patterns.
| Constructor Summary | |
|---|---|
RdbEngineConfig()
Create a new RdbEngineConfig, and initialize the factory and special predicates. |
|
| Method Summary | |
|---|---|
java.lang.Class<QueryOptimizer> |
getQueryExecutionPlan()
|
RdbSolutionGeneratorFactory |
getRdbSolutionGeneratorFactory()
Get the RdbSolutionGeneratorFactory from this config |
SolutionGeneratorFactory |
getSolutionGeneratorFactory()
|
| Methods inherited from class org.openanzo.model.impl.query.CoreEngineConfig |
|---|
getDatasetClass, getFunctionalPredicates, getQueryValidators, getTreeRewriters, includeInferredTriples, registerFunctionalPredicate, setIncludeInferredTriples |
| Methods inherited from class org.openanzo.glitter.DefaultEngineConfig |
|---|
allowNaryUnion, substituteFixedBindings |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.openanzo.glitter.EngineConfig |
|---|
allowNaryUnion, substituteFixedBindings |
| Constructor Detail |
|---|
public RdbEngineConfig()
| Method Detail |
|---|
public RdbSolutionGeneratorFactory getRdbSolutionGeneratorFactory()
public java.lang.Class<QueryOptimizer> getQueryExecutionPlan()
getQueryExecutionPlan in interface EngineConfiggetQueryExecutionPlan in class CoreEngineConfigQueryExecutionPlan class to use for putting together a plan of access
for executing the query.public SolutionGeneratorFactory getSolutionGeneratorFactory()
SolutionGeneratorFactory that can produce SolutionGenerators
for the Glitter engine.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||