#include <rocksdb_batch.hpp>
Definition at line 14 of file rocksdb_batch.hpp.
kagome::storage::RocksDB::Batch::~Batch |
( |
| ) |
|
|
overridedefault |
kagome::storage::RocksDB::Batch::Batch |
( |
RocksDB & |
db | ) |
|
|
explicit |
void kagome::storage::RocksDB::Batch::clear |
( |
| ) |
|
|
overridevirtual |
outcome::result< void > kagome::storage::RocksDB::Batch::commit |
( |
| ) |
|
|
overridevirtual |
outcome::result< void > kagome::storage::RocksDB::Batch::put |
( |
const BufferView & |
key, |
|
|
const Buffer & |
value |
|
) |
| |
|
override |
outcome::result< void > kagome::storage::RocksDB::Batch::put |
( |
const BufferView & |
key, |
|
|
Buffer && |
value |
|
) |
| |
|
override |
outcome::result< void > kagome::storage::RocksDB::Batch::remove |
( |
const BufferView & |
key | ) |
|
|
override |
rocksdb::WriteBatch kagome::storage::RocksDB::Batch::batch_ |
|
private |
RocksDB& kagome::storage::RocksDB::Batch::db_ |
|
private |
The documentation for this class was generated from the following files: