![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include <table_cache.h>
Public Member Functions | |
TableCache (const std::string &dbname, const Options *options, int entries) | |
~TableCache () | |
Iterator * | NewIterator (const ReadOptions &options, uint64_t file_number, uint64_t file_size, Table **tableptr=NULL) |
Status | Get (const ReadOptions &options, uint64_t file_number, uint64_t file_size, const Slice &k, void *arg, void(*handle_result)(void *, const Slice &, const Slice &)) |
void | Evict (uint64_t file_number) |
Private Member Functions | |
Status | FindTable (uint64_t file_number, uint64_t file_size, Cache::Handle **) |
Private Attributes | |
Env *const | env_ |
const std::string | dbname_ |
const Options * | options_ |
Cache * | cache_ |
Definition at line 21 of file table_cache.h.
leveldb::TableCache::TableCache | ( | const std::string & | dbname, |
const Options * | options, | ||
int | entries | ||
) |
Definition at line 32 of file table_cache.cc.
leveldb::TableCache::~TableCache | ( | ) |
Definition at line 41 of file table_cache.cc.
void leveldb::TableCache::Evict | ( | uint64_t | file_number | ) |
Definition at line 115 of file table_cache.cc.
|
private |
Definition at line 45 of file table_cache.cc.
Status leveldb::TableCache::Get | ( | const ReadOptions & | options, |
uint64_t | file_number, | ||
uint64_t | file_size, | ||
const Slice & | k, | ||
void * | arg, | ||
void(*)(void *, const Slice &, const Slice &) | handle_result | ||
) |
Definition at line 99 of file table_cache.cc.
Iterator * leveldb::TableCache::NewIterator | ( | const ReadOptions & | options, |
uint64_t | file_number, | ||
uint64_t | file_size, | ||
Table ** | tableptr = NULL |
||
) |
Definition at line 76 of file table_cache.cc.
|
private |
Definition at line 54 of file table_cache.h.
|
private |
Definition at line 52 of file table_cache.h.
|
private |
Definition at line 51 of file table_cache.h.
|
private |
Definition at line 53 of file table_cache.h.