|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.xdbm.AbstractIndexEntry<V,ID>
V - The value stored in the Tuple, associated key for the objectID - The ID of the objectpublic abstract class AbstractIndexEntry<V,ID>
Abstract class managing the object for index entries.
| Constructor Summary | |
|---|---|
protected |
AbstractIndexEntry(org.apache.directory.shared.ldap.model.entry.Entry entry)
Creates an instance of AbstractIndexEntry |
| 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. |
abstract ID |
getId()
Gets the id of the indexed Entry. |
abstract org.apache.directory.shared.ldap.model.cursor.Tuple<?,?> |
getTuple()
Gets access to the underlying tuple. |
abstract 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. |
abstract void |
setId(ID id)
Sets the id of the indexed.Entry |
abstract void |
setValue(V value)
Sets the value referred to by this IndexEntry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractIndexEntry(org.apache.directory.shared.ldap.model.entry.Entry entry)
object - The interned Entry| Method Detail |
|---|
public abstract V getValue()
getValue in interface IndexEntry<V,ID>public abstract void setValue(V value)
setValue in interface IndexEntry<V,ID>value - the value of the Entry referred topublic abstract ID getId()
getId in interface IndexEntry<V,ID>public abstract void setId(ID id)
setId in interface IndexEntry<V,ID>id - the id of the indexed Entrypublic org.apache.directory.shared.ldap.model.entry.Entry getEntry()
getEntry in interface IndexEntry<V,ID>public abstract org.apache.directory.shared.ldap.model.cursor.Tuple<?,?> getTuple()
getTuple in interface IndexEntry<V,ID>public void setEntry(org.apache.directory.shared.ldap.model.entry.Entry entry)
setEntry in interface IndexEntry<V,ID>entry - the indexed Entrypublic void clear()
clear in interface IndexEntry<V,ID>public void copy(IndexEntry<V,ID> entry)
copy in interface IndexEntry<V,ID>entry - the entry to copy fields of
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||