org.apache.directory.server.xdbm.search.impl
Class CursorBuilder<ID extends Comparable<ID>>
java.lang.Object
org.apache.directory.server.xdbm.search.impl.CursorBuilder<ID>
public class CursorBuilder<ID extends Comparable<ID>>
- extends Object
Builds Cursors over candidates that satisfy a filter expression.
- Author:
- Apache Directory Project
|
Method Summary |
<T> IndexCursor<?,org.apache.directory.shared.ldap.model.entry.Entry,ID> |
|
build(org.apache.directory.shared.ldap.model.filter.ExprNode node)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CursorBuilder
public CursorBuilder(Store<org.apache.directory.shared.ldap.model.entry.Entry,ID> db,
EvaluatorBuilder<ID> evaluatorBuilder)
- Creates an expression tree enumerator.
- Parameters:
db - database used by this enumeratorevaluatorBuilder - the evaluator builder
build
public <T> IndexCursor<?,org.apache.directory.shared.ldap.model.entry.Entry,ID> build(org.apache.directory.shared.ldap.model.filter.ExprNode node)
throws Exception
- Throws:
Exception
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.