Home
last modified time | relevance | path

Searched refs:StatsVersionKeyType (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/monitoring/
Dpersistent_stats_history.cc33 Status DecodePersistentStatsVersionNumber(DBImpl* db, StatsVersionKeyType type, in DecodePersistentStatsVersionNumber()
35 if (type >= StatsVersionKeyType::kKeyTypeMax) { in DecodePersistentStatsVersionNumber()
39 if (type == StatsVersionKeyType::kFormatVersion) { in DecodePersistentStatsVersionNumber()
41 } else if (type == StatsVersionKeyType::kCompatibleVersion) { in DecodePersistentStatsVersionNumber()
Dpersistent_stats_history.h21 enum StatsVersionKeyType : uint32_t { enum
30 Status DecodePersistentStatsVersionNumber(DBImpl* db, StatsVersionKeyType type,
/rocksdb-6.9/db/db_impl/
Ddb_impl_open.cc612 this, StatsVersionKeyType::kFormatVersion, &format_version_recovered); in PersistentStatsProcessFormatVersion()
615 this, StatsVersionKeyType::kCompatibleVersion, in PersistentStatsProcessFormatVersion()