13 #ifndef STORAGE_LEVELDB_INCLUDE_TABLE_BUILDER_H_ 14 #define STORAGE_LEVELDB_INCLUDE_TABLE_BUILDER_H_ 92 #endif // STORAGE_LEVELDB_INCLUDE_TABLE_BUILDER_H_ Definition: autocompact_test.cc:11
Status Finish()
Definition: table_builder.cc:199
Status ChangeOptions(const Options &options)
Definition: table_builder.cc:76
void WriteRawBlock(const Slice &data, CompressionType, BlockHandle *handle)
Definition: table_builder.cc:175
TableBuilder(const Options &options, WritableFile *file)
Definition: table_builder.cc:63
void WriteBlock(BlockBuilder *block, BlockHandle *handle)
Definition: table_builder.cc:139
void Abandon()
Definition: table_builder.cc:256
Definition: block_builder.h:17
CompressionType
Definition: options.h:23
bool ok() const
Definition: table_builder.h:78
unsigned long long uint64_t
Definition: stdint.h:22
uint64_t FileSize() const
Definition: table_builder.cc:266
Status status() const
Definition: table_builder.cc:195
uint64_t NumEntries() const
Definition: table_builder.cc:262
Definition: table_builder.h:26
std::vector< uint8_t > data
Definition: bech32.cpp:10
Definition: table_builder.cc:20
file
Definition: linearize-hashes.py:138
bool ok() const
Definition: status.h:52
Rep * rep_
Definition: table_builder.h:82
void operator=(const TableBuilder &)
void Flush()
Definition: table_builder.cc:123
void Add(const Slice &key, const Slice &value)
Definition: table_builder.cc:92
~TableBuilder()
Definition: table_builder.cc:70