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

#include <table.h>

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

Classes

struct  Rep
 

Public Member Functions

 ~Table ()
 
IteratorNewIterator (const ReadOptions &) const
 
uint64_t ApproximateOffsetOf (const Slice &key) const
 

Static Public Member Functions

static Status Open (const Options &options, RandomAccessFile *file, uint64_t file_size, Table **table)
 

Private Member Functions

 Table (Rep *rep)
 
Status InternalGet (const ReadOptions &, const Slice &key, void *arg, void(*handle_result)(void *arg, const Slice &k, const Slice &v))
 
void ReadMeta (const Footer &footer)
 
void ReadFilter (const Slice &filter_handle_value)
 
 Table (const Table &)
 
void operator= (const Table &)
 

Static Private Member Functions

static IteratorBlockReader (void *, const ReadOptions &, const Slice &)
 

Private Attributes

Reprep_
 

Friends

class TableCache
 

Detailed Description

Definition at line 24 of file table.h.

Constructor & Destructor Documentation

leveldb::Table::~Table ( )

Definition at line 133 of file table.cc.

leveldb::Table::Table ( Rep rep)
inlineexplicitprivate

Definition at line 62 of file table.h.

leveldb::Table::Table ( const Table )
private

Member Function Documentation

uint64_t leveldb::Table::ApproximateOffsetOf ( const Slice key) const

Definition at line 248 of file table.cc.

Iterator * leveldb::Table::BlockReader ( void *  arg,
const ReadOptions options,
const Slice index_value 
)
staticprivate

Definition at line 154 of file table.cc.

Status leveldb::Table::InternalGet ( const ReadOptions ,
const Slice key,
void *  arg,
void(*)(void *arg, const Slice &k, const Slice &v)  handle_result 
)
private

Definition at line 216 of file table.cc.

Iterator * leveldb::Table::NewIterator ( const ReadOptions options) const

Definition at line 210 of file table.cc.

Status leveldb::Table::Open ( const Options options,
RandomAccessFile file,
uint64_t  file_size,
Table **  table 
)
static

Definition at line 38 of file table.cc.

void leveldb::Table::operator= ( const Table )
private
void leveldb::Table::ReadFilter ( const Slice filter_handle_value)
private

Definition at line 113 of file table.cc.

void leveldb::Table::ReadMeta ( const Footer footer)
private

Definition at line 87 of file table.cc.

Friends And Related Function Documentation

friend class TableCache
friend

Definition at line 68 of file table.h.

Member Data Documentation

Rep* leveldb::Table::rep_
private

Definition at line 59 of file table.h.


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