Uses of Class
simpledb.file.Page

Packages that use Page
simpledb.buffer   
simpledb.index.btree   
simpledb.log   
simpledb.record   
 

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.
 

Uses of Page in simpledb.record
 

Methods in simpledb.record with parameters of type Page
 void RecordFormatter.format(Page page)
          Formats the page by allocating as many record slots as possible, given the record length.