Public Member Functions | |
| LMDBTransaction (MDB_env *mdb_env) | |
| 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) | |
 1.8.11