|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.timeindexing.index.DataReferenceObject
public class 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. |
java.lang.String |
toString()
String version. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DataReferenceObject(Offset offsetR,
Size sizeR)
| Method Detail |
|---|
public Offset getOffset()
getOffset in interface DataReferencepublic Size getSize()
getSize in interface DataAbstractionpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||