|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.timeindexing.index.DataHolderObject
An implementations for objects that act as holders of data from an index.
Constructor Summary | |
DataHolderObject(java.nio.ByteBuffer buffer,
long bufSize)
Construct a new DataHolderObject |
|
DataHolderObject(java.nio.ByteBuffer buffer,
Size bufSize)
Construct a new DataHolderObject |
Method Summary | |
java.nio.ByteBuffer |
getBytes()
Get the bytes. |
Timestamp |
getLastAccessTime()
Get the last time this object was accessed. |
Timestamp |
getReadTime()
Get the time the data was read from storage into this object. |
Size |
getSize()
Get the size of the data. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataHolderObject(java.nio.ByteBuffer buffer, Size bufSize)
public DataHolderObject(java.nio.ByteBuffer buffer, long bufSize)
Method Detail |
public java.nio.ByteBuffer getBytes()
getBytes
in interface DataHolder
public Size getSize()
getSize
in interface DataAbstraction
public Timestamp getLastAccessTime()
getLastAccessTime
in interface DataHolder
public Timestamp getReadTime()
getReadTime
in interface DataHolder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |