Kagome
Polkadot Runtime Engine in C++17
kagome::storage::RocksDB::Batch Member List

This is the complete list of members for kagome::storage::RocksDB::Batch, including all inherited members.

Batch(RocksDB &db)kagome::storage::RocksDB::Batchexplicit
batch_kagome::storage::RocksDB::Batchprivate
clear() overridekagome::storage::RocksDB::Batchvirtual
commit() overridekagome::storage::RocksDB::Batchvirtual
db_kagome::storage::RocksDB::Batchprivate
put(const BufferView &key, const Buffer &value) overridekagome::storage::RocksDB::Batch
put(const BufferView &key, Buffer &&value) overridekagome::storage::RocksDB::Batch
kagome::storage::face::WriteBatch::put(const K &key, const V &value)=0kagome::storage::face::Writeable< K, V >pure virtual
kagome::storage::face::WriteBatch::put(const K &key, V &&value)=0kagome::storage::face::Writeable< K, V >pure virtual
remove(const BufferView &key) overridekagome::storage::RocksDB::Batch
kagome::storage::face::WriteBatch::remove(const K &key)=0kagome::storage::face::Writeable< K, V >pure virtual
~Batch() override=defaultkagome::storage::RocksDB::Batch
~Writeable()=defaultkagome::storage::face::Writeable< K, V >virtual