Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Public Attributes | List of all members
leveldb::CorruptionTest Class Reference
Collaboration diagram for leveldb::CorruptionTest:
Collaboration graph
[legend]

Public Member Functions

 CorruptionTest ()
 
 ~CorruptionTest ()
 
Status TryReopen ()
 
void Reopen ()
 
void RepairDB ()
 
void Build (int n)
 
void Check (int min_expected, int max_expected)
 
void Corrupt (FileType filetype, int offset, int bytes_to_corrupt)
 
int Property (const std::string &name)
 
Slice Key (int i, std::string *storage)
 
Slice Value (int k, std::string *storage)
 

Public Attributes

test::ErrorEnv env_
 
std::string dbname_
 
Cachetiny_cache_
 
Options options_
 
DBdb_
 

Detailed Description

Definition at line 27 of file corruption_test.cc.

Constructor & Destructor Documentation

leveldb::CorruptionTest::CorruptionTest ( )
inline

Definition at line 35 of file corruption_test.cc.

leveldb::CorruptionTest::~CorruptionTest ( )
inline

Definition at line 48 of file corruption_test.cc.

Member Function Documentation

void leveldb::CorruptionTest::Build ( int  n)
inline

Definition at line 70 of file corruption_test.cc.

void leveldb::CorruptionTest::Check ( int  min_expected,
int  max_expected 
)
inline

Definition at line 82 of file corruption_test.cc.

void leveldb::CorruptionTest::Corrupt ( FileType  filetype,
int  offset,
int  bytes_to_corrupt 
)
inline

Definition at line 120 of file corruption_test.cc.

Slice leveldb::CorruptionTest::Key ( int  i,
std::string *  storage 
)
inline

Definition at line 182 of file corruption_test.cc.

int leveldb::CorruptionTest::Property ( const std::string &  name)
inline

Definition at line 170 of file corruption_test.cc.

void leveldb::CorruptionTest::Reopen ( )
inline

Definition at line 60 of file corruption_test.cc.

void leveldb::CorruptionTest::RepairDB ( )
inline

Definition at line 64 of file corruption_test.cc.

Status leveldb::CorruptionTest::TryReopen ( )
inline

Definition at line 54 of file corruption_test.cc.

Slice leveldb::CorruptionTest::Value ( int  k,
std::string *  storage 
)
inline

Definition at line 190 of file corruption_test.cc.

Member Data Documentation

DB* leveldb::CorruptionTest::db_

Definition at line 33 of file corruption_test.cc.

std::string leveldb::CorruptionTest::dbname_

Definition at line 30 of file corruption_test.cc.

test::ErrorEnv leveldb::CorruptionTest::env_

Definition at line 29 of file corruption_test.cc.

Options leveldb::CorruptionTest::options_

Definition at line 32 of file corruption_test.cc.

Cache* leveldb::CorruptionTest::tiny_cache_

Definition at line 31 of file corruption_test.cc.


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