Home
last modified time | relevance | path

Searched refs:kFormatVersion (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/monitoring/
Dpersistent_stats_history.h22 kFormatVersion = 1, enumerator
Dpersistent_stats_history.cc39 if (type == StatsVersionKeyType::kFormatVersion) { in DecodePersistentStatsVersionNumber()
/rocksdb-6.9/include/rocksdb/
Dtable_properties.h47 static const std::string kFormatVersion; member
/rocksdb-6.9/table/
Dmeta_blocks.cc91 Add(TablePropertiesNames::kFormatVersion, props.format_version); in AddTableProperty()
260 {TablePropertiesNames::kFormatVersion, in ReadProperties()
Dtable_properties.cc220 const std::string TablePropertiesNames::kFormatVersion = member in ROCKSDB_NAMESPACE::TablePropertiesNames
/rocksdb-6.9/db/db_impl/
Ddb_impl_open.cc612 this, StatsVersionKeyType::kFormatVersion, &format_version_recovered); in PersistentStatsProcessFormatVersion()