Searched refs:GetAggregatedIntProperty (Results 1 – 11 of 11) sorted by relevance
| /rocksdb-6.9/utilities/memory/ |
| D | memory_util.cc | 23 if (db->GetAggregatedIntProperty(DB::Properties::kSizeAllMemTables, in GetApproximateMemoryUsageByType() 27 if (db->GetAggregatedIntProperty(DB::Properties::kCurSizeAllMemTables, in GetApproximateMemoryUsageByType() 36 if (db->GetAggregatedIntProperty(DB::Properties::kEstimateTableReadersMem, in GetApproximateMemoryUsageByType()
|
| /rocksdb-6.9/include/rocksdb/utilities/ |
| D | stackable_db.h | 220 using DB::GetAggregatedIntProperty; 221 virtual bool GetAggregatedIntProperty(const Slice& property, in GetAggregatedIntProperty() function 223 return db_->GetAggregatedIntProperty(property, value); in GetAggregatedIntProperty()
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2016-02-24-rocksdb-4-2-release.markdown | 18 …2. Add GetAggregatedIntProperty(), which returns the sum of the GetIntProperty of all the column f…
|
| /rocksdb-6.9/db/ |
| D | db_properties_test.cc | 142 ASSERT_TRUE(db_->GetAggregatedIntProperty(DB::Properties::kSizeAllMemTables, in TEST_F() 147 ASSERT_FALSE(db_->GetAggregatedIntProperty(DB::Properties::kDBStats, &value)); in TEST_F() 152 ASSERT_TRUE(db_->GetAggregatedIntProperty( in TEST_F() 158 ASSERT_TRUE(db_->GetAggregatedIntProperty( in TEST_F()
|
| D | column_family_test.cc | 610 db_->GetAggregatedIntProperty(DB::Properties::kEstimateTableReadersMem, &pv); in TEST_P()
|
| D | db_test.cc | 2828 using DB::GetAggregatedIntProperty; 2829 bool GetAggregatedIntProperty(const Slice& /*property*/, in GetAggregatedIntProperty() function in ROCKSDB_NAMESPACE::ModelDB
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl.h | 275 using DB::GetAggregatedIntProperty; 276 virtual bool GetAggregatedIntProperty(const Slice& property,
|
| D | db_impl.cc | 2962 bool DBImpl::GetAggregatedIntProperty(const Slice& property, in GetAggregatedIntProperty() function in ROCKSDB_NAMESPACE::DBImpl
|
| /rocksdb-6.9/include/rocksdb/ |
| D | db.h | 984 virtual bool GetAggregatedIntProperty(const Slice& property,
|
| /rocksdb-6.9/java/rocksjni/ |
| D | rocksjni.cc | 2247 bool retCode = db->GetAggregatedIntProperty(property_name, &property_value); in Java_org_rocksdb_RocksDB_getAggregatedLongProperty()
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 832 * Add GetAggregatedIntProperty(), which returns the sum of the GetIntProperty of all the column fam…
|