|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimpledb.RecordID
public class RecordID
A RecordID is a reference to a specific tuple on a specific page of a specific table.
Constructor Summary | |
---|---|
RecordID(PageId pid,
int tupleno)
Constructor. |
Method Summary | |
---|---|
PageId |
pageid()
|
int |
tupleno()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecordID(PageId pid, int tupleno)
pid
- the pageid of the page on which the tuple residestupleno
- the tuple number within the page.Method Detail |
---|
public int tupleno()
public PageId pageid()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |