Uses of Interface
global.GlobalConst

Packages that use GlobalConst
bufmgr   
diskmgr   
global   
heap   
 

Uses of GlobalConst in bufmgr
 

Classes in bufmgr that implement GlobalConst
 class BufMgr
          Minibase Buffer Manager
 

Uses of GlobalConst in diskmgr
 

Classes in diskmgr that implement GlobalConst
 class DiskMgr
          Minibase Disk Manager
 

Uses of GlobalConst in global
 

Classes in global that implement GlobalConst
 class Page
          Lowest-level view of a disk page.
 class PageId
          Although a PageId is simply an integer, wrapping it provides convenient methods and allows returning it via method parameters.
 

Uses of GlobalConst in heap
 

Classes in heap that implement GlobalConst
 class HFPage
          Heap file data pages are implemented as slotted pages, with the slots at the front and the records in the back, both growing into the free space in the middle of the page.