Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Private Member Functions | Private Attributes | List of all members
leveldb::TableCache Class Reference

#include <table_cache.h>

Collaboration diagram for leveldb::TableCache:
Collaboration graph
[legend]

Public Member Functions

 TableCache (const std::string &dbname, const Options *options, int entries)
 
 ~TableCache ()
 
IteratorNewIterator (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 Optionsoptions_
 
Cachecache_
 

Detailed Description

Definition at line 21 of file table_cache.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

void leveldb::TableCache::Evict ( uint64_t  file_number)

Definition at line 115 of file table_cache.cc.

Status leveldb::TableCache::FindTable ( uint64_t  file_number,
uint64_t  file_size,
Cache::Handle **  handle 
)
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.

Member Data Documentation

Cache* leveldb::TableCache::cache_
private

Definition at line 54 of file table_cache.h.

const std::string leveldb::TableCache::dbname_
private

Definition at line 52 of file table_cache.h.

Env* const leveldb::TableCache::env_
private

Definition at line 51 of file table_cache.h.

const Options* leveldb::TableCache::options_
private

Definition at line 53 of file table_cache.h.


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