|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Values that an index item must return.
Method Summary | |
IndexItem |
follow()
Follow the reference, if this IndexItem holds an IndexReference. |
ID |
getAnnotations()
The ID of annotations associated with this IndexItem. |
java.nio.ByteBuffer |
getData()
A reference to the Data being indexed. |
Size |
getDataSize()
The size of the data item being referenced. |
Timestamp |
getDataTimestamp()
The timestamp in the data of the current IndexItem. |
DataType |
getDataType()
The type of the data item being referenced. |
Index |
getIndex()
Get the index this IndexItem is in. |
Timestamp |
getIndexTimestamp()
The timestamp of the current IndexItem. |
ID |
getItemID()
The index ID. |
Timestamp |
getLastAccessTime()
Get the last time this object was accessed. |
AbsolutePosition |
getPosition()
Get the index position this IndexItem is in. |
boolean |
isReference()
Is the data held by the IndexItem, actually an IndexReference. |
Method Detail |
public Timestamp getDataTimestamp()
public Timestamp getIndexTimestamp()
public java.nio.ByteBuffer getData()
public Size getDataSize()
public DataType getDataType()
public ID getItemID()
public ID getAnnotations()
public AbsolutePosition getPosition()
public Index getIndex()
public Timestamp getLastAccessTime()
public boolean isReference()
public IndexItem follow() throws GetItemException
GetItemException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |