WiscDB
|
allocatePage(PageId &new_page_number)=0 | wiscdb::File | [pure virtual] |
close() | wiscdb::File | [protected] |
CountMap typedef (defined in wiscdb::File) | wiscdb::File | [protected] |
deletePage(const PageId page_number)=0 | wiscdb::File | [pure virtual] |
exists(const std::string &filename) | wiscdb::File | [static] |
File(const std::string &name, const bool create_new) | wiscdb::File | |
FileIterator (defined in wiscdb::File) | wiscdb::File | [friend] |
filename() const | wiscdb::File | [inline] |
filename_ | wiscdb::File | [protected] |
getFirstPageNo() | wiscdb::File | |
isOpen(const std::string &filename) | wiscdb::File | [static] |
open_counts_ | wiscdb::File | [protected, static] |
open_streams_ | wiscdb::File | [protected, static] |
openIfNeeded(const bool create_new) | wiscdb::File | [protected] |
pagePosition(const PageId page_number) | wiscdb::File | [inline, protected, static] |
readHeader() const | wiscdb::File | [protected] |
readPage(const PageId page_number) const =0 | wiscdb::File | [pure virtual] |
remove(const std::string &filename) | wiscdb::File | [static] |
stream_ | wiscdb::File | [protected] |
StreamMap typedef (defined in wiscdb::File) | wiscdb::File | [protected] |
writeHeader(const FileHeader &header) | wiscdb::File | [protected] |
writePage(const PageId page_number, const Page &new_page)=0 | wiscdb::File | [pure virtual] |
~File() | wiscdb::File | [virtual] |