| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PageFormatter | |
|---|---|
| simpledb.buffer | |
| simpledb.index.btree | |
| simpledb.tx | |
| Uses of PageFormatter in simpledb.buffer | 
|---|
| Methods in simpledb.buffer with parameters of type PageFormatter | |
|---|---|
 Buffer | 
BufferMgr.pinNew(String filename,
       PageFormatter fmtr)
Pins a buffer to a new block in the specified file, potentially waiting until a buffer becomes available.  | 
| Uses of PageFormatter in simpledb.index.btree | 
|---|
| Classes in simpledb.index.btree that implement PageFormatter | |
|---|---|
 class | 
BTPageFormatter
An object that can format a page to look like an empty B-tree block.  | 
| Uses of PageFormatter in simpledb.tx | 
|---|
| Methods in simpledb.tx with parameters of type PageFormatter | |
|---|---|
 Block | 
Transaction.append(String filename,
       PageFormatter fmtr)
Appends a new block to the end of the specified file and returns a reference to it.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||