BufferPool Member List
This is the complete list of members for
BufferPool, including all inherited members.
| allocateBlock(char **buffer) | BufferPool | |
| allocateBlock(PageFileHandle *fileHandle, int pageNo, char **data) | BufferPool | |
| disposeAllBlocks(PageFileHandle *fileHandle) | BufferPool | |
| disposeBlock(char *buffer) | BufferPool | |
| disposeBlock(PageFileHandle *fileHandle, int pageNo) | BufferPool | |
| getBlockDirty(PageFileHandle *fileHandle, int pageNo, bool *isDirty) | BufferPool | |
| getDirtyPageNumber(PageFileHandle *fileHandle, int *pageNo) | BufferPool | |
| getInstance() | BufferPool | [static] |
| getPinCount(PageFileHandle *fileHandle, int pageNo, int *pinCount) | BufferPool | |
| lookupBlock(PageFileHandle *fileHandle, int pageNo, char **data) | BufferPool | |
| setBlockDirty(PageFileHandle *fileHandle, int pageNo, bool isDirty) | BufferPool | |
| unpinBlock(PageFileHandle *fileHandle, int pageNo) | BufferPool | |