|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IndexItem
Values that an index item must return.
| Method Summary | |
|---|---|
IndexItem |
follow()
Follow the reference, if this IndexItem holds an IndexReference. |
long |
getAnnotationMetaData()
The meta data of annotations associated with this IndexItem. |
java.nio.ByteBuffer |
getData()
A reference to the Data being indexed. |
DataItem |
getDataItem()
Get the data of this IndexItem as a DataItem. |
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 |
|---|
Timestamp getDataTimestamp()
Timestamp getIndexTimestamp()
java.nio.ByteBuffer getData()
Size getDataSize()
DataType getDataType()
DataItem getDataItem()
ID getItemID()
long getAnnotationMetaData()
AbsolutePosition getPosition()
Index getIndex()
Timestamp getLastAccessTime()
boolean isReference()
IndexItem follow()
throws GetItemException,
IndexClosedException
GetItemException
IndexClosedException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||