Package bufmgr

Class Summary
BufMgr The buffer manager class, it allocates new pages for the buffer pool, pins and unpins the frame, frees the frame page, and uses the replacement algorithm to replace the page.
 

Exception Summary
BufferPoolExceededException  
BufMgrException  
HashEntryNotFoundException  
HashOperationException  
InvalidBufferException  
InvalidFrameNumberException  
PageNotFoundException  
PageNotReadException  
PagePinnedException  
PageUnpinnedException  
ReplacerException