#include <db.h>
Definition at line 31 of file db.h.
typedef std::pair<std::vector<unsigned char>, std::vector<unsigned char> > CDBEnv::KeyValPair |
Definition at line 66 of file db.h.
Enumerator |
---|
VERIFY_OK |
|
RECOVER_OK |
|
RECOVER_FAIL |
|
Definition at line 57 of file db.h.
void CDBEnv::CheckpointLSN |
( |
std::string |
strFile | ) |
|
void CDBEnv::CloseDb |
( |
const std::string & |
strFile | ) |
|
void CDBEnv::EnvShutdown |
( |
| ) |
|
|
private |
void CDBEnv::Flush |
( |
bool |
fShutdown | ) |
|
Definition at line 49 of file db.h.
void CDBEnv::MakeMock |
( |
| ) |
|
bool CDBEnv::Open |
( |
const boost::filesystem::path & |
path | ) |
|
debug
Definition at line 60 of file db.cpp.
bool CDBEnv::RemoveDb |
( |
const std::string & |
strFile | ) |
|
bool CDBEnv::Salvage |
( |
std::string |
strFile, |
|
|
bool |
fAggressive, |
|
|
std::vector< KeyValPair > & |
vResult |
|
) |
| |
DbTxn* CDBEnv::TxnBegin |
( |
int |
flags = DB_TXN_WRITE_NOSYNC | ) |
|
|
inline |
Definition at line 77 of file db.h.
Definition at line 41 of file db.h.
Definition at line 42 of file db.h.
Definition at line 34 of file db.h.
Definition at line 35 of file db.h.
std::map<std::string, Db*> CDBEnv::mapDb |
Definition at line 44 of file db.h.
std::map<std::string, int> CDBEnv::mapFileUseCount |
Definition at line 43 of file db.h.
boost::filesystem::path CDBEnv::path |
|
private |
Definition at line 36 of file db.h.
The documentation for this class was generated from the following files: