Modifier and Type | Method and Description |
---|---|
IndexCursor<K,O,Long> |
AvlIndex.forwardCursor() |
IndexCursor<K,O,Long> |
AvlIndex.forwardCursor(K key) |
IndexCursor<Long,E,Long> |
AvlStore.list(Long id)
Gets an IndexEntry Cursor over the child nodes of an entry.
|
IndexCursor<K,O,Long> |
AvlIndex.reverseCursor() |
IndexCursor<K,O,Long> |
AvlIndex.reverseCursor(Long id) |
Modifier and Type | Class and Description |
---|---|
class |
IndexCursorAdaptor<K,O,ID>
A Cursor which adapts an underlying Tuple based Cursor to one which returns
IndexEntry objects rather than tuples.
|
Modifier and Type | Method and Description |
---|---|
abstract IndexCursor<ID,org.apache.directory.shared.ldap.entry.ServerEntry,ID> |
BTreePartition.list(ID id) |
Constructor and Description |
---|
ServerEntryCursorAdaptor(BTreePartition<ID> db,
IndexCursor<ID,org.apache.directory.shared.ldap.entry.ServerEntry,ID> indexCursor) |
Modifier and Type | Method and Description |
---|---|
IndexCursor<K,O,Long> |
JdbmIndex.forwardCursor() |
IndexCursor<K,O,Long> |
JdbmIndex.forwardCursor(K key) |
IndexCursor<Long,E,Long> |
JdbmStore.list(Long id)
Gets an IndexEntry Cursor over the child nodes of an entry.
|
IndexCursor<K,O,Long> |
JdbmIndex.reverseCursor() |
IndexCursor<K,O,Long> |
JdbmIndex.reverseCursor(Long id) |
Modifier and Type | Method and Description |
---|---|
IndexCursor<Long,E,Long> |
LdifStore.list(Long id) |
IndexCursor<Long,org.apache.directory.shared.ldap.entry.ServerEntry,Long> |
LdifPartition.list(Long id) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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,org.apache.directory.shared.ldap.entry.ServerEntry,ID> |
AbstractXdbmPartition.list(ID id) |
IndexCursor<ID,E,ID> |
Store.list(ID id)
Gets an IndexEntry Cursor over the child nodes of an entry.
|
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) |
Modifier and Type | Method and Description |
---|---|
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,
SearchControls searchCtls)
Conducts a search on a database.
|
Modifier and Type | Class and Description |
---|---|
class |
AllEntriesCursor<ID>
A Cursor over all entries in a partition which returns IndexEntries.
|
class |
AndCursor<V,ID>
A Cursor returning candidates satisfying a logical conjunction expression.
|
class |
ApproximateCursor<V,ID>
A Cursor over entry candidates matching an approximate assertion filter.
|
class |
EqualityCursor<V,ID>
A Cursor over entry candidates matching an equality assertion filter.
|
class |
GreaterEqCursor<V,ID>
A Cursor over entry candidates matching a GreaterEq assertion filter.
|
class |
LessEqCursor<V,ID>
A Cursor over entry candidates matching a LessEq assertion filter.
|
class |
NotCursor<V,ID>
A Cursor returning candidates satisfying a logical negation expression.
|
class |
OneLevelScopeCursor<ID>
A Cursor over entries satisfying one level scope constraints with alias
dereferencing considerations when enabled during search.
|
class |
OrCursor<V,ID>
A Cursor returning candidates satisfying a logical disjunction expression.
|
class |
PresenceCursor<ID>
A returning candidates satisfying an attribute presence expression.
|
class |
SubstringCursor<ID>
A Cursor traversing candidates matching a Substring assertion expression.
|
class |
SubtreeScopeCursor<ID>
A Cursor over entries satisfying scope constraints with alias dereferencing
considerations.
|
Modifier and Type | Method and Description |
---|---|
<T> IndexCursor<?,org.apache.directory.shared.ldap.entry.ServerEntry,ID> |
CursorBuilder.build(org.apache.directory.shared.ldap.filter.ExprNode node) |
IndexCursor<ID,org.apache.directory.shared.ldap.entry.ServerEntry,ID> |
DefaultSearchEngine.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,
SearchControls searchCtls) |
Constructor and Description |
---|
AndCursor(IndexCursor<V,org.apache.directory.shared.ldap.entry.ServerEntry,ID> wrapped,
List<Evaluator<? extends org.apache.directory.shared.ldap.filter.ExprNode,org.apache.directory.shared.ldap.entry.ServerEntry,ID>> evaluators) |
Constructor and Description |
---|
OrCursor(List<IndexCursor<V,org.apache.directory.shared.ldap.entry.ServerEntry,ID>> cursors,
List<Evaluator<? extends org.apache.directory.shared.ldap.filter.ExprNode,org.apache.directory.shared.ldap.entry.ServerEntry,ID>> evaluators) |
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.