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