Public Member Functions | |
RocksDBTransaction (rocksdb::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 51 of file rocksdb.cc.