#include <env.h>
|
| EnvWrapper (Env *t) |
|
virtual | ~EnvWrapper () |
|
Env * | target () const |
|
Status | NewSequentialFile (const std::string &f, SequentialFile **r) |
|
Status | NewRandomAccessFile (const std::string &f, RandomAccessFile **r) |
|
Status | NewWritableFile (const std::string &f, WritableFile **r) |
|
bool | FileExists (const std::string &f) |
|
Status | GetChildren (const std::string &dir, std::vector< std::string > *r) |
|
Status | DeleteFile (const std::string &f) |
|
Status | CreateDir (const std::string &d) |
|
Status | DeleteDir (const std::string &d) |
|
Status | GetFileSize (const std::string &f, uint64_t *s) |
|
Status | RenameFile (const std::string &s, const std::string &t) |
|
Status | LockFile (const std::string &f, FileLock **l) |
|
Status | UnlockFile (FileLock *l) |
|
void | Schedule (void(*f)(void *), void *a) |
|
void | StartThread (void(*f)(void *), void *a) |
|
virtual Status | GetTestDirectory (std::string *path) |
|
virtual Status | NewLogger (const std::string &fname, Logger **result) |
|
uint64_t | NowMicros () |
|
void | SleepForMicroseconds (int micros) |
|
| Env () |
|
virtual | ~Env () |
|
virtual void | Schedule (void(*function)(void *arg), void *arg)=0 |
|
virtual void | StartThread (void(*function)(void *arg), void *arg)=0 |
|
Definition at line 273 of file env.h.
leveldb::EnvWrapper::EnvWrapper |
( |
Env * |
t | ) |
|
|
inlineexplicit |
leveldb::EnvWrapper::~EnvWrapper |
( |
| ) |
|
|
virtual |
Status leveldb::EnvWrapper::CreateDir |
( |
const std::string & |
d | ) |
|
|
inlinevirtual |
Status leveldb::EnvWrapper::DeleteDir |
( |
const std::string & |
d | ) |
|
|
inlinevirtual |
Status leveldb::EnvWrapper::DeleteFile |
( |
const std::string & |
f | ) |
|
|
inlinevirtual |
bool leveldb::EnvWrapper::FileExists |
( |
const std::string & |
f | ) |
|
|
inlinevirtual |
Status leveldb::EnvWrapper::GetChildren |
( |
const std::string & |
dir, |
|
|
std::vector< std::string > * |
r |
|
) |
| |
|
inlinevirtual |
Status leveldb::EnvWrapper::GetFileSize |
( |
const std::string & |
f, |
|
|
uint64_t * |
s |
|
) |
| |
|
inlinevirtual |
virtual Status leveldb::EnvWrapper::GetTestDirectory |
( |
std::string * |
path | ) |
|
|
inlinevirtual |
Status leveldb::EnvWrapper::LockFile |
( |
const std::string & |
f, |
|
|
FileLock ** |
l |
|
) |
| |
|
inlinevirtual |
virtual Status leveldb::EnvWrapper::NewLogger |
( |
const std::string & |
fname, |
|
|
Logger ** |
result |
|
) |
| |
|
inlinevirtual |
uint64_t leveldb::EnvWrapper::NowMicros |
( |
| ) |
|
|
inlinevirtual |
Status leveldb::EnvWrapper::RenameFile |
( |
const std::string & |
s, |
|
|
const std::string & |
t |
|
) |
| |
|
inlinevirtual |
void leveldb::EnvWrapper::Schedule |
( |
void(*)(void *) |
f, |
|
|
void * |
a |
|
) |
| |
|
inline |
void leveldb::EnvWrapper::SleepForMicroseconds |
( |
int |
micros | ) |
|
|
inlinevirtual |
void leveldb::EnvWrapper::StartThread |
( |
void(*)(void *) |
f, |
|
|
void * |
a |
|
) |
| |
|
inline |
Env* leveldb::EnvWrapper::target |
( |
| ) |
const |
|
inline |
Env* leveldb::EnvWrapper::target_ |
|
private |
The documentation for this class was generated from the following files:
- src/leveldb/include/leveldb/env.h
- src/leveldb/util/env.cc