Bitcoin
Public Member Functions | Public Attributes | List of all members
leveldb::AutoCompactTest Class Reference

Public Member Functions

 AutoCompactTest ()
 
 ~AutoCompactTest ()
 
std::string Key (int i)
 
uint64_t Size (const Slice &start, const Slice &limit)
 
void DoReads (int n)
 

Public Attributes

std::string dbname_
 
Cachetiny_cache_
 
Options options_
 
DBdb_
 

Constructor & Destructor Documentation

◆ AutoCompactTest()

leveldb::AutoCompactTest::AutoCompactTest ( )
inline

◆ ~AutoCompactTest()

leveldb::AutoCompactTest::~AutoCompactTest ( )
inline

Member Function Documentation

◆ DoReads()

void leveldb::AutoCompactTest::DoReads ( int  n)

◆ Key()

std::string leveldb::AutoCompactTest::Key ( int  i)
inline

◆ Size()

uint64_t leveldb::AutoCompactTest::Size ( const Slice start,
const Slice limit 
)
inline

Member Data Documentation

◆ db_

DB* leveldb::AutoCompactTest::db_

◆ dbname_

std::string leveldb::AutoCompactTest::dbname_

◆ options_

Options leveldb::AutoCompactTest::options_

◆ tiny_cache_

Cache* leveldb::AutoCompactTest::tiny_cache_

The documentation for this class was generated from the following file: