|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.timeindexing.index.IndexItemView
A view onto an IndexItem.
Constructor Summary | |
IndexItemView(IndexItem anItem)
Construct a View onto an IndexItem. |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IndexItemView(IndexItem anItem)
Method Detail |
public Timestamp getDataTimestamp()
getDataTimestamp
in interface IndexItem
public Timestamp getIndexTimestamp()
getIndexTimestamp
in interface IndexItem
public java.nio.ByteBuffer getData()
getData
in interface IndexItem
public Size getDataSize()
getDataSize
in interface IndexItem
public DataType getDataType()
getDataType
in interface IndexItem
public ID getItemID()
getItemID
in interface IndexItem
public ID getAnnotations()
getAnnotations
in interface IndexItem
public AbsolutePosition getPosition()
getPosition
in interface IndexItem
public Index getIndex()
getIndex
in interface IndexItem
public Timestamp getLastAccessTime()
getLastAccessTime
in interface IndexItem
public boolean isReference()
isReference
in interface IndexItem
public IndexItem follow() throws GetItemException
follow
in interface IndexItem
GetItemException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |