![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
This is the complete list of members for TxIndex::DB, including all inherited members.
| CDBWrapper(const DBParams ¶ms) | CDBWrapper | |
| CDBWrapper(const CDBWrapper &)=delete | CDBWrapper | |
| CompactFull() | CDBWrapper | |
| DB(size_t n_cache_size, bool f_memory=false, bool f_wipe=false) | TxIndex::DB | explicit |
| DB(size_t n_cache_size, bool f_memory, bool f_wipe, bool has_legacy) | TxIndex::DB | private |
| BaseIndex::DB::DB(const fs::path &path, size_t n_cache_size, bool f_memory=false, bool f_wipe=false, bool f_obfuscate=false, bool f_bloom=true) | BaseIndex::DB | |
| DBContext() const LIFETIMEBOUND | CDBWrapper | inlineprivate |
| DynamicMemoryUsage() const | CDBWrapper | |
| Erase(const K &key, bool fSync=false) | CDBWrapper | inline |
| EstimateSize(const K &key_begin, const K &key_end) const | CDBWrapper | inline |
| EstimateSizeImpl(std::span< const std::byte > key1, std::span< const std::byte > key2) const | CDBWrapper | private |
| Exists(const K &key) const | CDBWrapper | inline |
| ExistsImpl(std::span< const std::byte > key) const | CDBWrapper | private |
| GetProperty(const std::string &property) const | CDBWrapper | |
| HasKeyStartingWith(const fs::path &path, uint8_t prefix) | CDBWrapper | static |
| IsEmpty() | CDBWrapper | |
| m_db_context | CDBWrapper | private |
| m_has_legacy | TxIndex::DB | |
| m_hasher | TxIndex::DB | |
| m_name | CDBWrapper | private |
| m_obfuscation | CDBWrapper | private |
| NewIterator() | CDBWrapper | |
| OBFUSCATION_KEY | CDBWrapper | inlineprivatestatic |
| operator=(const CDBWrapper &)=delete | CDBWrapper | |
| Read(const K &key, V &value) const | CDBWrapper | inline |
| ReadBestBlock() const override | TxIndex::DB | virtual |
| ReadImpl(std::span< const std::byte > key) const | CDBWrapper | private |
| Write(const K &key, const V &value, bool fSync=false) | CDBWrapper | inline |
| WriteBatch(CDBBatch &batch, bool fSync=false) | CDBWrapper | |
| WriteBestBlock(CDBBatch &batch, const CBlockLocator &locator) override | TxIndex::DB | virtual |
| WriteTxs(const interfaces::BlockInfo &block) | TxIndex::DB | |
| ~CDBWrapper() | CDBWrapper | |
| ~DB()=default | BaseIndex::DB | virtual |