![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include <table_builder.h>
Classes | |
struct | Rep |
Public Member Functions | |
TableBuilder (const Options &options, WritableFile *file) | |
~TableBuilder () | |
Status | ChangeOptions (const Options &options) |
void | Add (const Slice &key, const Slice &value) |
void | Flush () |
Status | status () const |
Status | Finish () |
void | Abandon () |
uint64_t | NumEntries () const |
uint64_t | FileSize () const |
Private Member Functions | |
bool | ok () const |
void | WriteBlock (BlockBuilder *block, BlockHandle *handle) |
void | WriteRawBlock (const Slice &data, CompressionType, BlockHandle *handle) |
TableBuilder (const TableBuilder &) | |
void | operator= (const TableBuilder &) |
Private Attributes | |
Rep * | rep_ |
Definition at line 26 of file table_builder.h.
leveldb::TableBuilder::TableBuilder | ( | const Options & | options, |
WritableFile * | file | ||
) |
Definition at line 63 of file table_builder.cc.
leveldb::TableBuilder::~TableBuilder | ( | ) |
Definition at line 70 of file table_builder.cc.
|
private |
void leveldb::TableBuilder::Abandon | ( | ) |
Definition at line 256 of file table_builder.cc.
Definition at line 92 of file table_builder.cc.
Definition at line 76 of file table_builder.cc.
uint64_t leveldb::TableBuilder::FileSize | ( | ) | const |
Definition at line 266 of file table_builder.cc.
Status leveldb::TableBuilder::Finish | ( | ) |
Definition at line 199 of file table_builder.cc.
void leveldb::TableBuilder::Flush | ( | ) |
Definition at line 123 of file table_builder.cc.
uint64_t leveldb::TableBuilder::NumEntries | ( | ) | const |
Definition at line 262 of file table_builder.cc.
|
inlineprivate |
Definition at line 78 of file table_builder.h.
|
private |
Status leveldb::TableBuilder::status | ( | ) | const |
Definition at line 195 of file table_builder.cc.
|
private |
Definition at line 139 of file table_builder.cc.
|
private |
Definition at line 175 of file table_builder.cc.
|
private |
Definition at line 82 of file table_builder.h.