Kagome
Polkadot Runtime Engine in C++17
|
This is the complete list of members for kagome::storage::RocksDB::Batch, including all inherited members.
Batch(RocksDB &db) | kagome::storage::RocksDB::Batch | explicit |
batch_ | kagome::storage::RocksDB::Batch | private |
clear() override | kagome::storage::RocksDB::Batch | virtual |
commit() override | kagome::storage::RocksDB::Batch | virtual |
db_ | kagome::storage::RocksDB::Batch | private |
put(const BufferView &key, const Buffer &value) override | kagome::storage::RocksDB::Batch | |
put(const BufferView &key, Buffer &&value) override | kagome::storage::RocksDB::Batch | |
kagome::storage::face::WriteBatch::put(const K &key, const V &value)=0 | kagome::storage::face::Writeable< K, V > | pure virtual |
kagome::storage::face::WriteBatch::put(const K &key, V &&value)=0 | kagome::storage::face::Writeable< K, V > | pure virtual |
remove(const BufferView &key) override | kagome::storage::RocksDB::Batch | |
kagome::storage::face::WriteBatch::remove(const K &key)=0 | kagome::storage::face::Writeable< K, V > | pure virtual |
~Batch() override=default | kagome::storage::RocksDB::Batch | |
~Writeable()=default | kagome::storage::face::Writeable< K, V > | virtual |