Uses of Class
global.Page

Packages that use Page
diskmgr   
global   
 

Uses of Page in diskmgr
 

Methods in diskmgr with parameters of type Page
 void DiskMgr.read_page(PageId pageno, Page apage)
          Read the contents of the specified page into a Page object
 void DiskMgr.write_page(PageId pageno, Page apage)
          Write the contents in a page object to the specified page.
 

Uses of Page in global
 

Methods in global with parameters of type Page
 void Page.copyPage(Page page)
          Copies the contents of the given page's buffer into this page's buffer.
 void Page.setPage(Page page)
          Sets this page's data array to share the given page's data array.