Home
last modified time | relevance | path

Searched refs:GetMapProperty (Results 1 – 9 of 9) sorted by relevance

/rocksdb-6.9/include/rocksdb/utilities/
Dstackable_db.h202 using DB::GetMapProperty;
208 virtual bool GetMapProperty( in GetMapProperty() function
211 return db_->GetMapProperty(column_family, property, value); in GetMapProperty()
/rocksdb-6.9/db/
Dinternal_stats.h385 bool GetMapProperty(const DBPropertyInfo& property_info,
679 bool GetMapProperty(const DBPropertyInfo& /*property_info*/, in GetMapProperty() function
Dinternal_stats.cc509 bool InternalStats::GetMapProperty(const DBPropertyInfo& property_info, in GetMapProperty() function in ROCKSDB_NAMESPACE::InternalStats
Ddb_test2.cc2301 ASSERT_TRUE(dbfull()->GetMapProperty("rocksdb.cfstats", &prop)); in TEST_F()
2337 ASSERT_TRUE(dbfull()->GetMapProperty("rocksdb.cfstats", &prop)); in TEST_F()
Ddb_test.cc2822 using DB::GetMapProperty;
2823 bool GetMapProperty(ColumnFamilyHandle* /*column_family*/, in GetMapProperty() function in ROCKSDB_NAMESPACE::ModelDB
/rocksdb-6.9/include/rocksdb/
Ddb.h925 virtual bool GetMapProperty(ColumnFamilyHandle* column_family,
928 virtual bool GetMapProperty(const Slice& property, in GetMapProperty() function
930 return GetMapProperty(DefaultColumnFamily(), property, value); in GetMapProperty()
/rocksdb-6.9/db/db_impl/
Ddb_impl.h268 using DB::GetMapProperty;
269 virtual bool GetMapProperty(
Ddb_impl.cc2881 bool DBImpl::GetMapProperty(ColumnFamilyHandle* column_family, in GetMapProperty() function in ROCKSDB_NAMESPACE::DBImpl
2891 return cfd->internal_stats()->GetMapProperty(*property_info, property, in GetMapProperty()
/rocksdb-6.9/java/rocksjni/
Drocksjni.cc2172 bool retCode = db->GetMapProperty(cf_handle, property_name, &property_value); in Java_org_rocksdb_RocksDB_getMapProperty()