|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexEntry | |
|---|---|
| org.apache.directory.server.core.partition.impl.btree | |
| org.apache.directory.server.xdbm | |
| org.apache.directory.server.xdbm.search | |
| 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,O,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 | |
|---|---|
java.util.Iterator<IndexEntry<K,O,ID>> |
IndexCursorAdaptor.iterator()
|
| Methods in org.apache.directory.server.core.partition.impl.btree with parameters of type IndexEntry | |
|---|---|
void |
IndexCursorAdaptor.after(IndexEntry<K,O,ID> element)
|
boolean |
IndexAssertion.assertCandidate(IndexEntry<K,E,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,O,ID> element)
|
| Uses of IndexEntry in org.apache.directory.server.xdbm |
|---|
| Classes in org.apache.directory.server.xdbm that implement IndexEntry | |
|---|---|
class |
ForwardIndexEntry<V,O,ID>
An index id value pair based on a Tuple which can optionally reference the indexed obj if one has already been loaded. |
class |
ReverseIndexEntry<V,O,ID>
An index id value pair which can optionally reference the indexed obj if one has already been loaded. |
| Methods in org.apache.directory.server.xdbm that return IndexEntry | |
|---|---|
IndexEntry<K,E,ID> |
SingletonIndexCursor.get()
|
IndexEntry<K,E,ID> |
EmptyIndexCursor.get()
|
| Methods in org.apache.directory.server.xdbm that return types with arguments of type IndexEntry | |
|---|---|
java.util.Iterator<IndexEntry<K,E,ID>> |
AbstractIndexCursor.iterator()
|
| Methods in org.apache.directory.server.xdbm with parameters of type IndexEntry | |
|---|---|
void |
SingletonIndexCursor.after(IndexEntry<K,E,ID> element)
|
void |
EmptyIndexCursor.after(IndexEntry<K,E,ID> element)
|
void |
SingletonIndexCursor.before(IndexEntry<K,E,ID> element)
|
void |
EmptyIndexCursor.before(IndexEntry<K,E,ID> element)
|
void |
ReverseIndexEntry.copy(IndexEntry<V,O,ID> entry)
|
void |
IndexEntry.copy(IndexEntry<V,O,ID> entry)
Copies the values of another IndexEntry into this IndexEntry. |
void |
ForwardIndexEntry.copy(IndexEntry<V,O,ID> entry)
|
| Constructors in org.apache.directory.server.xdbm with parameters of type IndexEntry | |
|---|---|
SingletonIndexCursor(IndexEntry<K,E,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<?,E,ID> entry)
Evaluates a candidate to determine if a filter expression selects it. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||