|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Page | |
---|---|
simpledb.buffer | |
simpledb.index.btree | |
simpledb.log |
Uses of Page in simpledb.buffer |
---|
Methods in simpledb.buffer with parameters of type Page | |
---|---|
void |
PageFormatter.format(Page p)
Initializes a page, whose contents will be written to a new disk block. |
Uses of Page in simpledb.index.btree |
---|
Methods in simpledb.index.btree with parameters of type Page | |
---|---|
void |
BTPageFormatter.format(Page page)
Formats the page by initializing as many index-record slots as possible to have default values. |
Uses of Page in simpledb.log |
---|
Constructors in simpledb.log with parameters of type Page | |
---|---|
BasicLogRecord(Page pg,
int pos)
A log record located at the specified position of the specified page. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |