This is the complete list of members for badgerdb::File, including all inherited members.
allocatePage(PageId &new_page_number)=0 | badgerdb::File | pure virtual |
close() | badgerdb::File | protected |
CountMap typedef (defined in badgerdb::File) | badgerdb::File | protected |
deletePage(const PageId page_number)=0 | badgerdb::File | pure virtual |
exists(const std::string &filename) | badgerdb::File | static |
File(const std::string &name, const bool create_new) | badgerdb::File | |
FileIterator (defined in badgerdb::File) | badgerdb::File | friend |
filename() const | badgerdb::File | inline |
filename_ | badgerdb::File | protected |
getFirstPageNo() | badgerdb::File | |
isOpen(const std::string &filename) | badgerdb::File | static |
open_counts_ | badgerdb::File | protectedstatic |
open_streams_ | badgerdb::File | protectedstatic |
openIfNeeded(const bool create_new) | badgerdb::File | protected |
pagePosition(const PageId page_number) | badgerdb::File | inlineprotectedstatic |
readHeader() const | badgerdb::File | protected |
readPage(const PageId page_number) const =0 | badgerdb::File | pure virtual |
remove(const std::string &filename) | badgerdb::File | static |
stream_ | badgerdb::File | protected |
StreamMap typedef (defined in badgerdb::File) | badgerdb::File | protected |
writeHeader(const FileHeader &header) | badgerdb::File | protected |
writePage(const PageId page_number, const Page &new_page)=0 | badgerdb::File | pure virtual |
~File() | badgerdb::File | virtual |