|
Class BTree.BTreeFileHeader
|
| Field Summary | |
|---|---|
private long |
|
| Constructor Summary | |
|---|---|
public |
|
public |
BTreeFileHeader(boolean read) |
public |
BTreeFileHeader(long pageCount) |
public |
BTreeFileHeader(long pageCount, int pageSize) |
| Method Summary | |
|---|---|
public synchronized final long |
The root page of the storage tree |
public synchronized void |
read(RandomAccessFile raf) |
public synchronized final void |
setRootPage(long rootPage) The root page of the storage tree |
public synchronized void |
write(RandomAccessFile raf) |
| Field Detail |
| Constructor Detail |
| Method Detail |