Public Member Functions | |
| LevelDBTransaction (leveldb::DB *db) | |
| void | Put (const string &key, const string &value) override | 
| Puts the key value pair to the database.  | |
| void | Commit () override | 
| Commits the current writes.  | |
  Public Member Functions inherited from caffe2::db::Transaction | |
| C10_DISABLE_COPY_AND_ASSIGN (Transaction) | |
Definition at line 34 of file leveldb.cc.
 1.8.11