Home
last modified time | relevance | path

Searched refs:GetApproximateMemTableStats (Results 1 – 8 of 8) sorted by relevance

/rocksdb-6.9/include/rocksdb/utilities/
Dstackable_db.h234 using DB::GetApproximateMemTableStats;
235 virtual void GetApproximateMemTableStats(ColumnFamilyHandle* column_family, in GetApproximateMemTableStats() function
239 return db_->GetApproximateMemTableStats(column_family, range, count, size); in GetApproximateMemTableStats()
/rocksdb-6.9/docs/_posts/
D2017-03-02-rocksdb-5-2-1-released.markdown14 * Added new function GetApproximateMemTableStats that approximates both number of records and size …
/rocksdb-6.9/include/rocksdb/
Ddb.h1026 virtual void GetApproximateMemTableStats(ColumnFamilyHandle* column_family,
1030 virtual void GetApproximateMemTableStats(const Range& range, in GetApproximateMemTableStats() function
1033 GetApproximateMemTableStats(DefaultColumnFamily(), range, count, size); in GetApproximateMemTableStats()
/rocksdb-6.9/db/db_impl/
Ddb_impl.h283 using DB::GetApproximateMemTableStats;
284 virtual void GetApproximateMemTableStats(ColumnFamilyHandle* column_family,
Ddb_impl.cc3073 void DBImpl::GetApproximateMemTableStats(ColumnFamilyHandle* column_family, in GetApproximateMemTableStats() function in ROCKSDB_NAMESPACE::DBImpl
/rocksdb-6.9/db/
Ddb_test.cc1543 TEST_F(DBTest, GetApproximateMemTableStats) { in TEST_F() argument
1562 db_->GetApproximateMemTableStats(r, &count, &size); in TEST_F()
1571 db_->GetApproximateMemTableStats(r, &count, &size); in TEST_F()
1580 db_->GetApproximateMemTableStats(r, &count, &size); in TEST_F()
1591 db_->GetApproximateMemTableStats(r, &count, &size); in TEST_F()
2843 using DB::GetApproximateMemTableStats;
2844 void GetApproximateMemTableStats(ColumnFamilyHandle* /*column_family*/, in GetApproximateMemTableStats() function in ROCKSDB_NAMESPACE::ModelDB
/rocksdb-6.9/java/rocksjni/
Drocksjni.cc2349 db->GetApproximateMemTableStats(cf_handle, range, &count, &sizes); in Java_org_rocksdb_RocksDB_getApproximateMemTableStats()
/rocksdb-6.9/
DHISTORY.md684 * Added new function GetApproximateMemTableStats that approximates both number of records and size …