Home
last modified time | relevance | path

Searched refs:GetBackgroundErrorCount (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/db/
Dinternal_stats.h378 uint64_t GetBackgroundErrorCount() const { return bg_error_count_; } in GetBackgroundErrorCount() function
670 uint64_t GetBackgroundErrorCount() const { return 0; } in GetBackgroundErrorCount() function
Dinternal_stats.cc694 *value = GetBackgroundErrorCount(); in HandleBackgroundErrors()