|
||||||||||
| 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,ID>
A Cursor which adapts an underlying Tuple based Cursor to one which returns IndexEntry objects rather than tuples. |
| Methods in org.apache.directory.server.core.partition.impl.btree that return IndexCursor | |
|---|---|
abstract IndexCursor<ID,org.apache.directory.shared.ldap.entry.ServerEntry,ID> |
BTreePartition.list(ID id)
|
| Constructors in org.apache.directory.server.core.partition.impl.btree with parameters of type IndexCursor | |
|---|---|
ServerEntryCursorAdaptor(BTreePartition<ID> db,
IndexCursor<ID,org.apache.directory.shared.ldap.entry.ServerEntry,ID> indexCursor)
|
|
| Uses of IndexCursor in org.apache.directory.server.xdbm |
|---|
| Classes in org.apache.directory.server.xdbm that implement IndexCursor | |
|---|---|
class |
AbstractIndexCursor<K,E,ID>
An abstract TupleCursor. |
class |
EmptyIndexCursor<K,E,ID>
An empty Cursor implementation. |
class |
SingletonIndexCursor<K,E,ID>
A Cursor over a single element. |
| Methods in org.apache.directory.server.xdbm that return IndexCursor | |
|---|---|
IndexCursor<K,O,ID> |
Index.forwardCursor()
|
IndexCursor<K,O,ID> |
GenericIndex.forwardCursor()
|
IndexCursor<K,O,ID> |
Index.forwardCursor(K key)
|
IndexCursor<K,O,ID> |
GenericIndex.forwardCursor(K key)
|
IndexCursor<ID,E,ID> |
Store.list(ID id)
Gets an IndexEntry Cursor over the child nodes of an entry. |
IndexCursor<ID,org.apache.directory.shared.ldap.entry.ServerEntry,ID> |
AbstractXdbmPartition.list(ID id)
|
IndexCursor<K,O,ID> |
Index.reverseCursor()
|
IndexCursor<K,O,ID> |
GenericIndex.reverseCursor()
|
IndexCursor<K,O,ID> |
Index.reverseCursor(ID id)
|
IndexCursor<K,O,ID> |
GenericIndex.reverseCursor(ID id)
|
| Uses of IndexCursor in org.apache.directory.server.xdbm.search |
|---|
| Methods in org.apache.directory.server.xdbm.search that return IndexCursor | |
|---|---|
IndexCursor<ID,E,ID> |
SearchEngine.cursor(org.apache.directory.shared.ldap.name.DN 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 | |||||||||