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

#include <version_set.h>

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

Classes

struct  GetStats
 
class  LevelFileNumIterator
 

Public Member Functions

void AddIterators (const ReadOptions &, std::vector< Iterator * > *iters)
 
Status Get (const ReadOptions &, const LookupKey &key, std::string *val, GetStats *stats)
 
bool UpdateStats (const GetStats &stats)
 
bool RecordReadSample (Slice key)
 
void Ref ()
 
void Unref ()
 
void GetOverlappingInputs (int level, const InternalKey *begin, const InternalKey *end, std::vector< FileMetaData * > *inputs)
 
bool OverlapInLevel (int level, const Slice *smallest_user_key, const Slice *largest_user_key)
 
int PickLevelForMemTableOutput (const Slice &smallest_user_key, const Slice &largest_user_key)
 
int NumFiles (int level) const
 
std::string DebugString () const
 

Private Member Functions

IteratorNewConcatenatingIterator (const ReadOptions &, int level) const
 
void ForEachOverlapping (Slice user_key, Slice internal_key, void *arg, bool(*func)(void *, int, FileMetaData *))
 
 Version (VersionSet *vset)
 
 ~Version ()
 
 Version (const Version &)
 
void operator= (const Version &)
 

Private Attributes

VersionSetvset_
 
Versionnext_
 
Versionprev_
 
int refs_
 
std::vector< FileMetaData * > files_ [config::kNumLevels]
 
FileMetaDatafile_to_compact_
 
int file_to_compact_level_
 
double compaction_score_
 
int compaction_level_
 

Friends

class Compaction
 
class VersionSet
 

Detailed Description

Definition at line 59 of file version_set.h.

Constructor & Destructor Documentation

leveldb::Version::Version ( VersionSet vset)
inlineexplicitprivate

Definition at line 150 of file version_set.h.

leveldb::Version::~Version ( )
private

Definition at line 71 of file version_set.cc.

leveldb::Version::Version ( const Version )
private

Member Function Documentation

void leveldb::Version::AddIterators ( const ReadOptions options,
std::vector< Iterator * > *  iters 
)

Definition at line 239 of file version_set.cc.

std::string leveldb::Version::DebugString ( ) const

Definition at line 579 of file version_set.cc.

void leveldb::Version::ForEachOverlapping ( Slice  user_key,
Slice  internal_key,
void *  arg,
bool(*)(void *, int, FileMetaData *)  func 
)
private

Definition at line 292 of file version_set.cc.

Status leveldb::Version::Get ( const ReadOptions options,
const LookupKey key,
std::string *  val,
GetStats stats 
)

Definition at line 337 of file version_set.cc.

void leveldb::Version::GetOverlappingInputs ( int  level,
const InternalKey begin,
const InternalKey end,
std::vector< FileMetaData * > *  inputs 
)

Definition at line 536 of file version_set.cc.

Iterator * leveldb::Version::NewConcatenatingIterator ( const ReadOptions options,
int  level 
) const
private

Definition at line 232 of file version_set.cc.

int leveldb::Version::NumFiles ( int  level) const
inline

Definition at line 111 of file version_set.h.

void leveldb::Version::operator= ( const Version )
private
bool leveldb::Version::OverlapInLevel ( int  level,
const Slice smallest_user_key,
const Slice largest_user_key 
)

Definition at line 500 of file version_set.cc.

int leveldb::Version::PickLevelForMemTableOutput ( const Slice smallest_user_key,
const Slice largest_user_key 
)

Definition at line 507 of file version_set.cc.

bool leveldb::Version::RecordReadSample ( Slice  key)

Definition at line 449 of file version_set.cc.

void leveldb::Version::Ref ( )

Definition at line 487 of file version_set.cc.

void leveldb::Version::Unref ( )

Definition at line 491 of file version_set.cc.

bool leveldb::Version::UpdateStats ( const GetStats stats)

Definition at line 436 of file version_set.cc.

Friends And Related Function Documentation

friend class Compaction
friend

Definition at line 117 of file version_set.h.

friend class VersionSet
friend

Definition at line 118 of file version_set.h.

Member Data Documentation

int leveldb::Version::compaction_level_
private

Definition at line 148 of file version_set.h.

double leveldb::Version::compaction_score_
private

Definition at line 147 of file version_set.h.

FileMetaData* leveldb::Version::file_to_compact_
private

Definition at line 141 of file version_set.h.

int leveldb::Version::file_to_compact_level_
private

Definition at line 142 of file version_set.h.

std::vector<FileMetaData*> leveldb::Version::files_[config::kNumLevels]
private

Definition at line 138 of file version_set.h.

Version* leveldb::Version::next_
private

Definition at line 133 of file version_set.h.

Version* leveldb::Version::prev_
private

Definition at line 134 of file version_set.h.

int leveldb::Version::refs_
private

Definition at line 135 of file version_set.h.

VersionSet* leveldb::Version::vset_
private

Definition at line 132 of file version_set.h.


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