Definition at line 190 of file db_test.cc.
Enumerator |
---|
kDefault |
|
kFilter |
|
kUncompressed |
|
kEnd |
|
Definition at line 195 of file db_test.cc.
leveldb::DBTest::DBTest |
( |
| ) |
|
|
inline |
leveldb::DBTest::~DBTest |
( |
| ) |
|
|
inline |
std::string leveldb::DBTest::AllEntriesFor |
( |
const Slice & |
user_key | ) |
|
|
inline |
bool leveldb::DBTest::ChangeOptions |
( |
| ) |
|
|
inline |
void leveldb::DBTest::Close |
( |
| ) |
|
|
inline |
void leveldb::DBTest::Compact |
( |
const Slice & |
start, |
|
|
const Slice & |
limit |
|
) |
| |
|
inline |
std::string leveldb::DBTest::Contents |
( |
| ) |
|
|
inline |
int leveldb::DBTest::CountFiles |
( |
| ) |
|
|
inline |
Options leveldb::DBTest::CurrentOptions |
( |
| ) |
|
|
inline |
DBImpl* leveldb::DBTest::dbfull |
( |
| ) |
|
|
inline |
Status leveldb::DBTest::Delete |
( |
const std::string & |
k | ) |
|
|
inline |
bool leveldb::DBTest::DeleteAnSSTFile |
( |
| ) |
|
|
inline |
void leveldb::DBTest::DestroyAndReopen |
( |
Options * |
options = NULL | ) |
|
|
inline |
void leveldb::DBTest::DumpFileCounts |
( |
const char * |
label | ) |
|
|
inline |
std::string leveldb::DBTest::DumpSSTableList |
( |
| ) |
|
|
inline |
std::string leveldb::DBTest::FilesPerLevel |
( |
| ) |
|
|
inline |
void leveldb::DBTest::FillLevels |
( |
const std::string & |
smallest, |
|
|
const std::string & |
largest |
|
) |
| |
|
inline |
std::string leveldb::DBTest::Get |
( |
const std::string & |
k, |
|
|
const Snapshot * |
snapshot = NULL |
|
) |
| |
|
inline |
std::string leveldb::DBTest::IterStatus |
( |
Iterator * |
iter | ) |
|
|
inline |
void leveldb::DBTest::MakeTables |
( |
int |
n, |
|
|
const std::string & |
small, |
|
|
const std::string & |
large |
|
) |
| |
|
inline |
int leveldb::DBTest::NumTableFilesAtLevel |
( |
int |
level | ) |
|
|
inline |
Status leveldb::DBTest::Put |
( |
const std::string & |
k, |
|
|
const std::string & |
v |
|
) |
| |
|
inline |
void leveldb::DBTest::Reopen |
( |
Options * |
options = NULL | ) |
|
|
inline |
int leveldb::DBTest::TotalTableFiles |
( |
| ) |
|
|
inline |
std::string leveldb::DBTest::dbname_ |
Options leveldb::DBTest::last_options_ |
int leveldb::DBTest::option_config_ |
|
private |
The documentation for this class was generated from the following file: