Home
last modified time | relevance | path

Searched refs:GetEstimatedActiveKeys (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/db/
Dversion_set.h395 uint64_t GetEstimatedActiveKeys() const;
668 uint64_t GetEstimatedActiveKeys() { in GetEstimatedActiveKeys() function
669 return storage_info_.GetEstimatedActiveKeys(); in GetEstimatedActiveKeys()
Dversion_builder_test.cc813 ASSERT_EQ(vstorage_.GetEstimatedActiveKeys(), in TEST_F()
Dinternal_stats.cc759 vstorage->GetEstimatedActiveKeys(); in HandleEstimateNumKeys()
Dversion_set.cc1486 uint64_t VersionStorageInfo::GetEstimatedActiveKeys() const { in GetEstimatedActiveKeys() function in ROCKSDB_NAMESPACE::VersionStorageInfo