|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IndexEntry in org.apache.directory.server.core.partition.impl.btree |
|---|
| Methods in org.apache.directory.server.core.partition.impl.btree that return IndexEntry | |
|---|---|
IndexEntry<K,ID> |
IndexCursorAdaptor.get()
|
IndexEntry |
IndexEnumeration.next()
|
IndexEntry |
IndexAssertionEnumeration.next()
|
IndexEntry |
IndexEnumeration.nextElement()
|
IndexEntry |
IndexAssertionEnumeration.nextElement()
|
| Methods in org.apache.directory.server.core.partition.impl.btree that return types with arguments of type IndexEntry | |
|---|---|
Iterator<IndexEntry<K,ID>> |
IndexCursorAdaptor.iterator()
|
| Methods in org.apache.directory.server.core.partition.impl.btree with parameters of type IndexEntry | |
|---|---|
void |
IndexCursorAdaptor.after(IndexEntry<K,ID> element)
|
boolean |
IndexAssertion.assertCandidate(IndexEntry<K,ID> entry)
Tests to see if a perspective candidate should be returned based on the evaluation of hard coded logic. |
void |
IndexCursorAdaptor.before(IndexEntry<K,ID> element)
|
| Uses of IndexEntry in org.apache.directory.server.xdbm |
|---|
| Classes in org.apache.directory.server.xdbm that implement IndexEntry | |
|---|---|
class |
AbstractIndexEntry<V,ID>
Abstract class managing the object for index entries. |
class |
ForwardIndexEntry<V,ID>
An index id value pair based on a Tuple which can optionally reference the indexed Entry if one has already been loaded. |
class |
ReverseIndexEntry<V,ID>
An index id value pair which can optionally reference the indexed Entry if one has already been loaded. |
| Methods in org.apache.directory.server.xdbm that return IndexEntry | |
|---|---|
IndexEntry<V,ID> |
SingletonIndexCursor.get()
|
IndexEntry<K,ID> |
EmptyIndexCursor.get()
|
| Methods in org.apache.directory.server.xdbm that return types with arguments of type IndexEntry | |
|---|---|
Iterator<IndexEntry<V,ID>> |
AbstractIndexCursor.iterator()
|
| Methods in org.apache.directory.server.xdbm with parameters of type IndexEntry | |
|---|---|
void |
EmptyIndexCursor.after(IndexEntry<K,ID> element)
|
void |
AbstractIndexCursor.after(IndexEntry<V,ID> element)
|
void |
EmptyIndexCursor.before(IndexEntry<K,ID> element)
|
void |
AbstractIndexCursor.before(IndexEntry<V,ID> element)
|
void |
ReverseIndexEntry.copy(IndexEntry<V,ID> entry)
Copies the values of another IndexEntry into this IndexEntry. |
void |
IndexEntry.copy(IndexEntry<V,ID> entry)
Copies the values of another IndexEntry into this IndexEntry. |
void |
ForwardIndexEntry.copy(IndexEntry<V,ID> entry)
Copies the values of another IndexEntry into this IndexEntry. |
void |
AbstractIndexEntry.copy(IndexEntry<V,ID> entry)
Copies the values of another IndexEntry into this IndexEntry. |
| Constructors in org.apache.directory.server.xdbm with parameters of type IndexEntry | |
|---|---|
SingletonIndexCursor(IndexEntry<V,ID> singleton)
|
|
| Uses of IndexEntry in org.apache.directory.server.xdbm.search |
|---|
| Methods in org.apache.directory.server.xdbm.search with parameters of type IndexEntry | |
|---|---|
boolean |
Evaluator.evaluate(IndexEntry<?,ID> entry)
Evaluates a candidate to determine if a filter expression selects it. |
| Uses of IndexEntry in org.apache.directory.server.xdbm.search.impl |
|---|
| Methods in org.apache.directory.server.xdbm.search.impl that return IndexEntry | |
|---|---|
IndexEntry<ID,ID> |
SubtreeScopeCursor.get()
|
IndexEntry<String,ID> |
SubstringCursor.get()
|
IndexEntry<String,ID> |
PresenceCursor.get()
|
IndexEntry<V,ID> |
OrCursor.get()
|
IndexEntry<ID,ID> |
OneLevelScopeCursor.get()
|
IndexEntry<V,ID> |
NotCursor.get()
|
IndexEntry<V,ID> |
LessEqCursor.get()
|
IndexEntry<V,ID> |
GreaterEqCursor.get()
|
IndexEntry<V,ID> |
EqualityCursor.get()
|
IndexEntry<V,ID> |
ApproximateCursor.get()
|
IndexEntry<V,ID> |
AndCursor.get()
|
IndexEntry<ID,ID> |
AllEntriesCursor.get()
|
| Methods in org.apache.directory.server.xdbm.search.impl with parameters of type IndexEntry | |
|---|---|
void |
AllEntriesCursor.after(IndexEntry<ID,ID> indexEntry)
|
void |
PresenceCursor.after(IndexEntry<String,ID> element)
|
void |
LessEqCursor.after(IndexEntry<V,ID> element)
|
void |
GreaterEqCursor.after(IndexEntry<V,ID> element)
|
void |
EqualityCursor.after(IndexEntry<V,ID> element)
|
void |
ApproximateCursor.after(IndexEntry<V,ID> element)
|
void |
AllEntriesCursor.before(IndexEntry<ID,ID> indexEntry)
|
void |
PresenceCursor.before(IndexEntry<String,ID> element)
|
void |
LessEqCursor.before(IndexEntry<V,ID> element)
|
void |
GreaterEqCursor.before(IndexEntry<V,ID> element)
|
void |
EqualityCursor.before(IndexEntry<V,ID> element)
|
void |
ApproximateCursor.before(IndexEntry<V,ID> element)
|
boolean |
SubtreeScopeEvaluator.evaluate(IndexEntry<?,ID> candidate)
Asserts whether or not a candidate has sub level scope while taking alias dereferencing into account. |
boolean |
SubstringEvaluator.evaluate(IndexEntry<?,ID> indexEntry)
|
boolean |
PresenceEvaluator.evaluate(IndexEntry<?,ID> indexEntry)
|
boolean |
OrEvaluator.evaluate(IndexEntry<?,ID> indexEntry)
|
boolean |
OneLevelScopeEvaluator.evaluate(IndexEntry<?,ID> candidate)
Asserts whether or not a candidate has one level scope while taking alias dereferencing into account. |
boolean |
NotEvaluator.evaluate(IndexEntry<?,ID> indexEntry)
|
boolean |
LessEqEvaluator.evaluate(IndexEntry<?,ID> indexEntry)
|
boolean |
GreaterEqEvaluator.evaluate(IndexEntry<?,ID> indexEntry)
|
boolean |
EqualityEvaluator.evaluate(IndexEntry<?,ID> indexEntry)
|
boolean |
ApproximateEvaluator.evaluate(IndexEntry<?,ID> indexEntry)
Evaluates a candidate to determine if a filter expression selects it. |
boolean |
AndEvaluator.evaluate(IndexEntry<?,ID> indexEntry)
Evaluates a candidate to determine if a filter expression selects it. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||