|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
V - The value stored in the Tuple, associated key for the objectID - The ID of the objectpublic interface IndexEntry<V,ID>
Interface for index entries. An index entry associate an Entry with a value (the key) and the Entry ID in the table where it's stored. The Entry may be present in this instance once we read it from the table.
| Method Summary | |
|---|---|
void |
clear()
Clears the id, value and Entry in this IndexEntry. |
void |
copy(IndexEntry<V,ID> entry)
Copies the values of another IndexEntry into this IndexEntry. |
org.apache.directory.shared.ldap.model.entry.Entry |
getEntry()
Gets the Entry indexed if found. |
ID |
getId()
Gets the id of the indexed Entry. |
org.apache.directory.shared.ldap.model.cursor.Tuple<?,?> |
getTuple()
Gets access to the underlying tuple. |
V |
getValue()
Gets the value referred to by this IndexEntry. |
void |
setEntry(org.apache.directory.shared.ldap.model.entry.Entry entry)
Sets the indexed Entry. |
void |
setId(ID id)
Sets the id of the indexed.Entry |
void |
setValue(V value)
Sets the value referred to by this IndexEntry. |
| Method Detail |
|---|
V getValue()
void setValue(V value)
value - the value of the Entry referred toID getId()
void setId(ID id)
id - the id of the indexed Entryorg.apache.directory.shared.ldap.model.entry.Entry getEntry()
org.apache.directory.shared.ldap.model.cursor.Tuple<?,?> getTuple()
void setEntry(org.apache.directory.shared.ldap.model.entry.Entry entry)
entry - the indexed Entryvoid clear()
void copy(IndexEntry<V,ID> entry)
entry - the entry to copy fields of
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||