|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.query.impl.utils.QueryOptimizer.AbstractQueryOptimizer net.ontopia.topicmaps.query.impl.utils.QueryOptimizer.NextPreviousOptimizer
public static class QueryOptimizer.NextPreviousOptimizer
INTERNAL: Optimizes queries that look for the next or the previous value in a sequence from a given start value to not load all values and then do it the hard way, but instead to use a sorted index.
Constructor Summary | |
---|---|
QueryOptimizer.NextPreviousOptimizer()
|
Method Summary | |
---|---|
void |
optimize(TologQuery query,
QueryContext context)
|
Methods inherited from class net.ontopia.topicmaps.query.impl.utils.QueryOptimizer.AbstractQueryOptimizer |
---|
optimize, optimize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryOptimizer.NextPreviousOptimizer()
Method Detail |
---|
public void optimize(TologQuery query, QueryContext context)
optimize
in interface QueryOptimizerIF
optimize
in class QueryOptimizer.AbstractQueryOptimizer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |