asyncFetch(uint256 const &hash, std::uint32_t ledgerSeq, std::function< void(std::shared_ptr< NodeObject > const &)> &&callback) override | ripple::NodeStore::DatabaseNodeImp | virtual |
backend_ | ripple::NodeStore::DatabaseNodeImp | private |
cache_ | ripple::NodeStore::DatabaseNodeImp | private |
Database()=delete | ripple::NodeStore::Database | |
Database(Scheduler &scheduler, int readThreads, Section const &config, beast::Journal j) | ripple::NodeStore::Database | |
DatabaseNodeImp()=delete | ripple::NodeStore::DatabaseNodeImp | |
DatabaseNodeImp(DatabaseNodeImp const &)=delete | ripple::NodeStore::DatabaseNodeImp | |
DatabaseNodeImp(Scheduler &scheduler, int readThreads, std::shared_ptr< Backend > backend, Section const &config, beast::Journal j) | ripple::NodeStore::DatabaseNodeImp | |
earliestLedgerSeq() const noexcept | ripple::NodeStore::Database | |
earliestLedgerSeq_ | ripple::NodeStore::Database | protected |
earliestShardIndex() const noexcept | ripple::NodeStore::Database | |
earliestShardIndex_ | ripple::NodeStore::Database | protected |
fdRequired() const | ripple::NodeStore::Database | |
fdRequired_ | ripple::NodeStore::Database | protected |
fetchBatch(std::vector< uint256 > const &hashes) | ripple::NodeStore::DatabaseNodeImp | |
fetchDurationUs_ | ripple::NodeStore::Database | private |
fetchHitCount_ | ripple::NodeStore::Database | protected |
fetchNodeObject(uint256 const &hash, std::uint32_t, FetchReport &fetchReport, bool duplicate) override | ripple::NodeStore::DatabaseNodeImp | privatevirtual |
ripple::NodeStore::Database::fetchNodeObject(uint256 const &hash, std::uint32_t ledgerSeq=0, FetchType fetchType=FetchType::synchronous, bool duplicate=false) | ripple::NodeStore::Database | |
fetchSz_ | ripple::NodeStore::Database | protected |
fetchTotalCount_ | ripple::NodeStore::Database | private |
firstLedgerSeq(std::uint32_t shardIndex) const noexcept | ripple::NodeStore::Database | |
for_each(std::function< void(std::shared_ptr< NodeObject >)> f) override | ripple::NodeStore::DatabaseNodeImp | privatevirtual |
getCounters() const override | ripple::NodeStore::DatabaseNodeImp | privatevirtual |
getCountsJson(Json::Value &obj) | ripple::NodeStore::Database | |
getFetchHitCount() const | ripple::NodeStore::Database | |
getFetchSize() const | ripple::NodeStore::Database | |
getFetchTotalCount() const | ripple::NodeStore::Database | |
getName() const override | ripple::NodeStore::DatabaseNodeImp | virtual |
getStoreCount() const | ripple::NodeStore::Database | |
getStoreSize() const | ripple::NodeStore::Database | |
getWriteLoad() const override | ripple::NodeStore::DatabaseNodeImp | virtual |
importDatabase(Database &source) override | ripple::NodeStore::DatabaseNodeImp | virtual |
importInternal(Backend &dstBackend, Database &srcDB) | ripple::NodeStore::Database | protected |
isSameDB(std::uint32_t, std::uint32_t) override | ripple::NodeStore::DatabaseNodeImp | virtual |
isStopping() const | ripple::NodeStore::Database | |
j_ | ripple::NodeStore::Database | protected |
lastLedgerSeq(std::uint32_t shardIndex) const noexcept | ripple::NodeStore::Database | |
ledgersPerShard() const noexcept | ripple::NodeStore::Database | |
ledgersPerShard_ | ripple::NodeStore::Database | protected |
maxLedgers(std::uint32_t shardIndex) const noexcept | ripple::NodeStore::Database | |
operator=(DatabaseNodeImp const &)=delete | ripple::NodeStore::DatabaseNodeImp | |
read_ | ripple::NodeStore::Database | private |
readCondVar_ | ripple::NodeStore::Database | private |
readLock_ | ripple::NodeStore::Database | mutableprivate |
readStopping_ | ripple::NodeStore::Database | private |
readThreads_ | ripple::NodeStore::Database | private |
requestBundle_ | ripple::NodeStore::Database | protected |
runningThreads_ | ripple::NodeStore::Database | private |
scheduler_ | ripple::NodeStore::Database | protected |
seqToShardIndex(std::uint32_t ledgerSeq) const noexcept | ripple::NodeStore::Database | |
stop() | ripple::NodeStore::Database | virtual |
store(NodeObjectType type, Blob &&data, uint256 const &hash, std::uint32_t) override | ripple::NodeStore::DatabaseNodeImp | virtual |
storeCount_ | ripple::NodeStore::Database | private |
storeDurationUs_ | ripple::NodeStore::Database | private |
storeLedger(std::shared_ptr< Ledger const > const &srcLedger) override | ripple::NodeStore::DatabaseNodeImp | virtual |
ripple::NodeStore::Database::storeLedger(Ledger const &srcLedger, std::shared_ptr< Backend > dstBackend) | ripple::NodeStore::Database | protected |
storeStats(std::uint64_t count, std::uint64_t sz) | ripple::NodeStore::Database | protected |
storeSz_ | ripple::NodeStore::Database | private |
sweep() override | ripple::NodeStore::DatabaseNodeImp | virtual |
sync() override | ripple::NodeStore::DatabaseNodeImp | virtual |
threadEntry() | ripple::NodeStore::Database | private |
updateFetchMetrics(uint64_t fetches, uint64_t hits, uint64_t duration) | ripple::NodeStore::Database | protected |
~Database() | ripple::NodeStore::Database | virtual |
~DatabaseNodeImp() | ripple::NodeStore::DatabaseNodeImp | |