|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used for QueryTrees which can be optimized.
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 isTupleLoader)
Set a boolean for declaring parallel evaluation of sub-QueryTrees. |
Method Detail |
public void setCache(boolean isCache)
public boolean isCache()
public void setParallel(boolean isTupleLoader)
public boolean isParallel()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |