|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PageFormatter
An interface used to initialize a new block on disk. There will be an implementing class for each "type" of disk block.
Method Summary | |
---|---|
void |
format(Page p)
Initializes a page, whose contents will be written to a new disk block. |
Method Detail |
---|
void format(Page p)
Buffer.assignToNew(java.lang.String, simpledb.buffer.PageFormatter)
.
p
- a buffer page
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |