com.timeindexing.index
Interface DataHolder

All Superinterfaces:
DataAbstraction
All Known Implementing Classes:
DataHolderObject, IndexReferenceDataHolder

public interface DataHolder
extends DataAbstraction

An interface for objects that act as holders of data from an index.


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.
 
Methods inherited from interface com.timeindexing.index.DataAbstraction
getSize
 

Method Detail

getBytes

public java.nio.ByteBuffer getBytes()
Get the bytes.


getLastAccessTime

public Timestamp getLastAccessTime()
Get the last time this object was accessed.


getReadTime

public Timestamp getReadTime()
Get the time the data was read from storage into this object.