Home
last modified time | relevance | path

Searched refs:kEstimateOldestKeyTime (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/db/
Ddb_properties_test.cc1432 DB::Properties::kEstimateOldestKeyTime, &oldest_key_time)); in TEST_F()
1442 ASSERT_TRUE(dbfull()->GetIntProperty(DB::Properties::kEstimateOldestKeyTime, in TEST_F()
1447 ASSERT_TRUE(dbfull()->GetIntProperty(DB::Properties::kEstimateOldestKeyTime, in TEST_F()
1455 ASSERT_TRUE(dbfull()->GetIntProperty(DB::Properties::kEstimateOldestKeyTime, in TEST_F()
1463 ASSERT_TRUE(dbfull()->GetIntProperty(DB::Properties::kEstimateOldestKeyTime, in TEST_F()
1470 ASSERT_TRUE(dbfull()->GetIntProperty(DB::Properties::kEstimateOldestKeyTime, in TEST_F()
1477 ASSERT_TRUE(dbfull()->GetIntProperty(DB::Properties::kEstimateOldestKeyTime, in TEST_F()
1484 ASSERT_FALSE(dbfull()->GetIntProperty(DB::Properties::kEstimateOldestKeyTime, in TEST_F()
Dinternal_stats.cc340 const std::string DB::Properties::kEstimateOldestKeyTime = member in ROCKSDB_NAMESPACE::DB::Properties
474 {DB::Properties::kEstimateOldestKeyTime,
/rocksdb-6.9/include/rocksdb/
Ddb.h897 static const std::string kEstimateOldestKeyTime; member