|
leveldb
|


Public Member Functions | |
| MemTableConstructor (const Comparator *cmp) | |
| ~MemTableConstructor () | |
| virtual Status | FinishImpl (const Options &options, const KVMap &data) |
| virtual Iterator * | NewIterator () const |
Public Member Functions inherited from leveldb::Constructor | |
| Constructor (const Comparator *cmp) | |
| virtual | ~Constructor () |
| void | Add (const std::string &key, const Slice &value) |
| void | Finish (const Options &options, std::vector< std::string > *keys, KVMap *kvmap) |
| virtual const KVMap & | data () |
| virtual DB * | db () const |
Private Attributes | |
| InternalKeyComparator | internal_comparator_ |
| MemTable * | memtable_ |
Definition at line 316 of file table_test.cc.
|
inlineexplicit |
Definition at line 318 of file table_test.cc.
|
inline |
Definition at line 324 of file table_test.cc.
|
inlinevirtual |
Implements leveldb::Constructor.
Definition at line 327 of file table_test.cc.

|
inlinevirtual |
|
private |
Definition at line 345 of file table_test.cc.
|
private |
Definition at line 346 of file table_test.cc.
1.8.12