Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dinternal_stats.h26 struct DBPropertyInfo { struct
54 extern const DBPropertyInfo* GetPropertyInfo(const Slice& property); argument
382 bool GetStringProperty(const DBPropertyInfo& property_info,
385 bool GetMapProperty(const DBPropertyInfo& property_info,
389 bool GetIntProperty(const DBPropertyInfo& property_info, uint64_t* value,
392 bool GetIntPropertyOutOfMutex(const DBPropertyInfo& property_info,
401 static const std::unordered_map<std::string, DBPropertyInfo> ppt_name_to_info;
674 bool GetStringProperty(const DBPropertyInfo& /*property_info*/, in GetStringProperty() argument
679 bool GetMapProperty(const DBPropertyInfo& /*property_info*/, in GetMapProperty() argument
685 bool GetIntProperty(const DBPropertyInfo& /*property_info*/, uint64_t* /*value*/, in GetIntProperty() argument
[all …]
Dinternal_stats.cc351 const std::unordered_map<std::string, DBPropertyInfo>
491 const DBPropertyInfo* GetPropertyInfo(const Slice& property) { in GetPropertyInfo()
500 bool InternalStats::GetStringProperty(const DBPropertyInfo& property_info, in GetStringProperty()
509 bool InternalStats::GetMapProperty(const DBPropertyInfo& property_info, in GetMapProperty()
517 bool InternalStats::GetIntProperty(const DBPropertyInfo& property_info, in GetIntProperty()
527 const DBPropertyInfo& property_info, Version* version, uint64_t* value) { in GetIntPropertyOutOfMutex()
1418 const DBPropertyInfo* GetPropertyInfo(const Slice& /*property*/) {
/rocksdb-6.9/db/db_impl/
Ddb_impl.cc824 const DBPropertyInfo* cf_property_info = in DumpStats()
827 const DBPropertyInfo* db_property_info = in DumpStats()
2850 const DBPropertyInfo* property_info = GetPropertyInfo(property); in GetProperty()
2884 const DBPropertyInfo* property_info = GetPropertyInfo(property); in GetMapProperty()
2901 const DBPropertyInfo* property_info = GetPropertyInfo(property); in GetIntProperty()
2910 const DBPropertyInfo& property_info, in GetIntPropertyInternal()
2964 const DBPropertyInfo* property_info = GetPropertyInfo(property); in GetAggregatedIntProperty()
Ddb_impl.h1655 const DBPropertyInfo& property_info,