BadgerDB
|
allocatePage(PageId &new_page_number) | badgerdb::PageFile | [virtual] |
begin() | badgerdb::PageFile | |
close() | badgerdb::File | [protected] |
CountMap typedef (defined in badgerdb::File) | badgerdb::File | [protected] |
create(const std::string &filename) | badgerdb::PageFile | [static] |
deletePage(const PageId page_number) | badgerdb::PageFile | [virtual] |
end() | badgerdb::PageFile | |
exists(const std::string &filename) | badgerdb::File | [static] |
File(const std::string &name, const bool create_new) | badgerdb::File | |
FileIterator (defined in badgerdb::PageFile) | badgerdb::PageFile | [friend] |
filename() const | badgerdb::File | [inline] |
filename_ | badgerdb::File | [protected] |
getFirstPageNo() | badgerdb::File | |
isOpen(const std::string &filename) | badgerdb::File | [static] |
open(const std::string &filename) | badgerdb::PageFile | [static] |
open_counts_ | badgerdb::File | [protected, static] |
open_streams_ | badgerdb::File | [protected, static] |
openIfNeeded(const bool create_new) | badgerdb::File | [protected] |
operator=(const PageFile &rhs) | badgerdb::PageFile | |
PageFile(const std::string &name, const bool create_new) | badgerdb::PageFile | |
PageFile(const PageFile &other) | badgerdb::PageFile | |
pagePosition(const PageId page_number) | badgerdb::File | [inline, protected, static] |
readHeader() const | badgerdb::File | [protected] |
readPage(const PageId page_number) const | badgerdb::PageFile | [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) | badgerdb::PageFile | [virtual] |
~File() | badgerdb::File | [virtual] |
~PageFile() | badgerdb::PageFile |