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