|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.medor.query.lib.BasicOptimizationMetaData
Constructor Summary | |
BasicOptimizationMetaData()
|
Method Summary | |
boolean |
isCache()
Get the value of the boolean indicating whether cache is used for materialization of intermediate results at evaluation time. |
boolean |
isParallel()
Get the value of the boolean indicating whether parallel evaluation of sub-QueryTrees is performed. |
void |
setCache(boolean isCache)
Set a boolean for declaring the use of a cache for intermediate materialization of results at evaluation time. |
void |
setParallel(boolean isParallel)
Set a boolean for declaring parallel evaluation of sub-QueryTrees. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BasicOptimizationMetaData()
Method Detail |
public void setCache(boolean isCache)
OptimizationMetaData
setCache
in interface OptimizationMetaData
public boolean isCache()
OptimizationMetaData
isCache
in interface OptimizationMetaData
public void setParallel(boolean isParallel)
OptimizationMetaData
setParallel
in interface OptimizationMetaData
public boolean isParallel()
OptimizationMetaData
isParallel
in interface OptimizationMetaData
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |