Home
last modified time | relevance | path

Searched refs:GetAggregatedIntProperty (Results 1 – 11 of 11) sorted by relevance

/rocksdb-6.9/utilities/memory/
Dmemory_util.cc23 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/
Dstackable_db.h220 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/
D2016-02-24-rocksdb-4-2-release.markdown18 …2. Add GetAggregatedIntProperty(), which returns the sum of the GetIntProperty of all the column f…
/rocksdb-6.9/db/
Ddb_properties_test.cc142 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()
Dcolumn_family_test.cc610 db_->GetAggregatedIntProperty(DB::Properties::kEstimateTableReadersMem, &pv); in TEST_P()
Ddb_test.cc2828 using DB::GetAggregatedIntProperty;
2829 bool GetAggregatedIntProperty(const Slice& /*property*/, in GetAggregatedIntProperty() function in ROCKSDB_NAMESPACE::ModelDB
/rocksdb-6.9/db/db_impl/
Ddb_impl.h275 using DB::GetAggregatedIntProperty;
276 virtual bool GetAggregatedIntProperty(const Slice& property,
Ddb_impl.cc2962 bool DBImpl::GetAggregatedIntProperty(const Slice& property, in GetAggregatedIntProperty() function in ROCKSDB_NAMESPACE::DBImpl
/rocksdb-6.9/include/rocksdb/
Ddb.h984 virtual bool GetAggregatedIntProperty(const Slice& property,
/rocksdb-6.9/java/rocksjni/
Drocksjni.cc2247 bool retCode = db->GetAggregatedIntProperty(property_name, &property_value); in Java_org_rocksdb_RocksDB_getAggregatedLongProperty()
/rocksdb-6.9/
DHISTORY.md832 * Add GetAggregatedIntProperty(), which returns the sum of the GetIntProperty of all the column fam…