|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.timeindexing.index.DataReferenceObject
An implementations 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.
Constructor Summary | |
DataReferenceObject(Offset offsetR,
Size sizeR)
Construct a DataReference |
Method Summary | |
Offset |
getOffset()
Get the offset in the underlying storage. |
Size |
getSize()
Get the size of the data in the underlying storage. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataReferenceObject(Offset offsetR, Size sizeR)
Method Detail |
public Offset getOffset()
getOffset
in interface DataReference
public Size getSize()
getSize
in interface DataAbstraction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |