Public Member Functions | |
MiniDBTransaction (FILE *f, std::mutex *mutex) | |
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) | |