pyrocksdb.transaction_wrapper

class pyrocksdb.transaction_wrapper
__init__()

Initialize self. See help(type(self)) for accurate signature.

Methods

clear_snapshot(self)

commit(self)

get(self, arg0, arg1)

get_for_update(self, options, key, …)

get_snapshot(self)

put(self, arg0, arg1)

rollback(self)

rollback_to_savepoint(self)

set_savepoint(self)

set_snapshot(self)