Method Summary |
|
long | allocate(short type) Allocates a page of the indicated type. |
void | close() Closes the page manager. |
void | commit() Commit all pending (in-memory) data by flushing the page manager. |
void | free(short type, long recid) Frees a page of the indicated type. |
FileHeader | getFileHeader() Returns the file header. |
long | getFirst(short type) Returns the first page on the indicated list. |
long | getLast(short type) Returns the last page on the indicated list. |
long | getNext(long block) |
long | getPrev(long block) |
void | rollback() Flushes the page manager. |