com.timeindexing.index
Interface DataReference

All Superinterfaces:
DataAbstraction
All Known Implementing Classes:
DataReferenceObject

public interface DataReference
extends DataAbstraction

An interface for objects that act as references to data from an index. These are used when data is not read into an incore object, but a reference to it is held.


Method Summary
 Offset getOffset()
          Get the offset in the underlying storage.
 
Methods inherited from interface com.timeindexing.index.DataAbstraction
getSize
 

Method Detail

getOffset

public Offset getOffset()
Get the offset in the underlying storage.