|
leveldb
|
#include <deque>#include <set>#include "db/dbformat.h"#include "db/log_writer.h"#include "db/snapshot.h"#include "leveldb/db.h"#include "leveldb/env.h"#include "port/port.h"#include "port/thread_annotations.h"

Go to the source code of this file.
Classes | |
| class | leveldb::DBImpl |
| struct | leveldb::DBImpl::ManualCompaction |
| struct | leveldb::DBImpl::CompactionStats |
Namespaces | |
| leveldb | |
Functions | |
| Options | leveldb::SanitizeOptions (const std::string &dbname, const InternalKeyComparator *icmp, const InternalFilterPolicy *ipolicy, const Options &src) |
| struct leveldb::DBImpl::ManualCompaction |

| Class Members | ||
|---|---|---|
| const InternalKey * | begin | |
| bool | done | |
| const InternalKey * | end | |
| int | level | |
| InternalKey | tmp_storage | |
1.8.12