|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimpledb.index.btree.DirEntry
public class DirEntry
A directory entry has two components: the number of the child block, and the dataval of the first record in that block.
Constructor Summary | |
---|---|
DirEntry(Constant dataval,
int blocknum)
Creates a new entry for the specified dataval and block number. |
Method Summary | |
---|---|
int |
blockNumber()
Returns the block number component of the entry |
Constant |
dataVal()
Returns the dataval component of the entry |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirEntry(Constant dataval, int blocknum)
dataval
- the datavalblocknum
- the block numberMethod Detail |
---|
public Constant dataVal()
public int blockNumber()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |