|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexCursor | |
|---|---|
| org.apache.directory.server.core.partition.impl.btree | |
| org.apache.directory.server.xdbm | |
| org.apache.directory.server.xdbm.search | |
| Uses of IndexCursor in org.apache.directory.server.core.partition.impl.btree |
|---|
| Classes in org.apache.directory.server.core.partition.impl.btree that implement IndexCursor | |
|---|---|
class |
IndexCursorAdaptor<K,O>
A Cursor which adapts an underlying Tuple based Cursor to one which returns IndexEntry objects rather than tuples. |
| Uses of IndexCursor in org.apache.directory.server.xdbm |
|---|
| Classes in org.apache.directory.server.xdbm that implement IndexCursor | |
|---|---|
class |
AbstractIndexCursor<K,E>
An abstract TupleCursor. |
class |
EmptyIndexCursor<K,E>
An empty Cursor implementation. |
class |
SingletonIndexCursor<K,E>
A Cursor over a single element. |
| Methods in org.apache.directory.server.xdbm that return IndexCursor | |
|---|---|
IndexCursor<K,O> |
Index.forwardCursor()
|
IndexCursor<K,O> |
Index.forwardCursor(K key)
|
IndexCursor<java.lang.Long,E> |
Store.list(java.lang.Long id)
Gets an IndexEntry Cursor over the child nodes of an entry. |
IndexCursor<K,O> |
Index.reverseCursor()
|
IndexCursor<K,O> |
Index.reverseCursor(java.lang.Long id)
|
| Uses of IndexCursor in org.apache.directory.server.xdbm.search |
|---|
| Methods in org.apache.directory.server.xdbm.search that return IndexCursor | |
|---|---|
IndexCursor<java.lang.Long,E> |
SearchEngine.cursor(org.apache.directory.shared.ldap.name.LdapDN base,
org.apache.directory.shared.ldap.message.AliasDerefMode aliasDerefMode,
org.apache.directory.shared.ldap.filter.ExprNode filter,
javax.naming.directory.SearchControls searchCtls)
Conducts a search on a database. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||