Home
last modified time | relevance | path

Searched refs:StatsType (Results 1 – 8 of 8) sorted by relevance

/rocksdb-6.9/utilities/persistent_cache/
Dpersistent_cache_tier.cc95 PersistentCache::StatsType PersistentCacheTier::Stats() { in Stats()
99 return PersistentCache::StatsType{}; in Stats()
126 PersistentCache::StatsType PersistentTieredCache::Stats() { in Stats()
Dpersistent_cache_tier.h254 virtual PersistentCache::StatsType Stats() override;
301 PersistentCache::StatsType Stats() override;
Dvolatile_tier_impl.h70 PersistentCache::StatsType Stats() override;
Dvolatile_tier_impl.cc21 PersistentCache::StatsType VolatileCacheTier::Stats() { in Stats()
Dblock_cache_tier.h72 PersistentCache::StatsType Stats() override;
Dblock_cache_tier.cc142 PersistentCache::StatsType BlockCacheTier::Stats() { in Stats()
/rocksdb-6.9/include/rocksdb/
Dpersistent_cache.h27 typedef std::vector<std::map<std::string, double>> StatsType; typedef
56 virtual StatsType Stats() = 0;
/rocksdb-6.9/db/
Ddb_test2.cc1778 PersistentCache::StatsType Stats() override { in Stats()
1779 return PersistentCache::StatsType(); in Stats()