Lines Matching refs:GetIntProperty

99       dbfull()->GetIntProperty("rocksdb.current-super-version-number", &v1));  in TEST_F()
102 dbfull()->GetIntProperty("rocksdb.current-super-version-number", &v2)); in TEST_F()
105 dbfull()->GetIntProperty("rocksdb.current-super-version-number", &v3)); in TEST_F()
139 db_->GetIntProperty(handle, DB::Properties::kSizeAllMemTables, &value)); in TEST_F()
690 ASSERT_TRUE(dbfull()->GetIntProperty( in TEST_F()
698 ASSERT_TRUE(dbfull()->GetIntProperty( in TEST_F()
704 ASSERT_TRUE(dbfull()->GetIntProperty( in TEST_F()
707 ASSERT_TRUE(dbfull()->GetIntProperty( in TEST_F()
713 ASSERT_TRUE(dbfull()->GetIntProperty( in TEST_F()
716 ASSERT_TRUE(dbfull()->GetIntProperty( in TEST_F()
720 ASSERT_TRUE(dbfull()->GetIntProperty( in TEST_F()
761 dbfull()->GetIntProperty("rocksdb.estimate-table-readers-mem", &int_num)); in TEST_F()
764 dbfull()->GetIntProperty("rocksdb.estimate-live-data-size", &int_num)); in TEST_F()
793 dbfull()->GetIntProperty("rocksdb.num-immutable-mem-table", &int_num)); in TEST_F()
796 dbfull()->GetIntProperty("rocksdb.mem-table-flush-pending", &int_num)); in TEST_F()
798 ASSERT_TRUE(dbfull()->GetIntProperty("rocksdb.compaction-pending", &int_num)); in TEST_F()
800 ASSERT_TRUE(dbfull()->GetIntProperty("rocksdb.estimate-num-keys", &int_num)); in TEST_F()
804 dbfull()->GetIntProperty("rocksdb.estimate-table-readers-mem", &int_num)); in TEST_F()
822 dbfull()->GetIntProperty("rocksdb.estimate-table-readers-mem", &int_num)); in TEST_F()
836 dbfull()->GetIntProperty("rocksdb.estimate-table-readers-mem", &int_num)); in TEST_F()
838 ASSERT_TRUE(dbfull()->GetIntProperty("rocksdb.estimate-num-keys", &int_num)); in TEST_F()
844 dbfull()->GetIntProperty("rocksdb.estimate-table-readers-mem", &int_num)); in TEST_F()
852 dbfull()->GetIntProperty("rocksdb.num-live-versions", &int_num)); in TEST_F()
861 dbfull()->GetIntProperty("rocksdb.num-live-versions", &int_num)); in TEST_F()
870 dbfull()->GetIntProperty("rocksdb.num-live-versions", &int_num)); in TEST_F()
875 dbfull()->GetIntProperty("rocksdb.num-live-versions", &int_num)); in TEST_F()
880 dbfull()->GetIntProperty("rocksdb.num-live-versions", &int_num)); in TEST_F()
912 dbfull()->GetIntProperty("rocksdb.cur-size-active-mem-table", &active_mem); in TEST_F()
913 dbfull()->GetIntProperty("rocksdb.cur-size-all-mem-tables", &unflushed_mem); in TEST_F()
914 dbfull()->GetIntProperty("rocksdb.size-all-mem-tables", &all_mem); in TEST_F()
928 dbfull()->GetIntProperty("rocksdb.cur-size-all-mem-tables", &unflushed_mem); in TEST_F()
929 dbfull()->GetIntProperty("rocksdb.size-all-mem-tables", &all_mem); in TEST_F()
949 dbfull()->GetIntProperty("rocksdb.cur-size-active-mem-table", &active_mem); in TEST_F()
950 dbfull()->GetIntProperty("rocksdb.cur-size-all-mem-tables", &unflushed_mem); in TEST_F()
951 dbfull()->GetIntProperty("rocksdb.size-all-mem-tables", &all_mem); in TEST_F()
962 dbfull()->GetIntProperty("rocksdb.size-all-mem-tables", &all_mem); in TEST_F()
969 dbfull()->GetIntProperty("rocksdb.cur-size-active-mem-table", &active_mem); in TEST_F()
970 dbfull()->GetIntProperty("rocksdb.cur-size-all-mem-tables", &unflushed_mem); in TEST_F()
971 dbfull()->GetIntProperty("rocksdb.size-all-mem-tables", &all_mem); in TEST_F()
977 dbfull()->GetIntProperty("rocksdb.cur-size-active-mem-table", &active_mem); in TEST_F()
978 dbfull()->GetIntProperty("rocksdb.cur-size-all-mem-tables", &unflushed_mem); in TEST_F()
979 dbfull()->GetIntProperty("rocksdb.size-all-mem-tables", &all_mem); in TEST_F()
1011 ASSERT_TRUE(dbfull()->GetIntProperty( in TEST_F()
1017 ASSERT_TRUE(dbfull()->GetIntProperty( in TEST_F()
1023 ASSERT_TRUE(dbfull()->GetIntProperty( in TEST_F()
1031 ASSERT_TRUE(dbfull()->GetIntProperty( in TEST_F()
1413 ASSERT_TRUE(dbfull()->GetIntProperty("rocksdb.estimate-num-keys", &num_keys)); in TEST_F()
1431 ASSERT_FALSE(dbfull()->GetIntProperty( 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()
1500 bool ok = db->GetIntProperty(DB::Properties::kTotalSstFilesSize, in TEST_F()
1506 db->GetIntProperty(DB::Properties::kLiveSstFilesSize, &live_sst_size); in TEST_F()
1532 bool ok = db_->GetIntProperty(DB::Properties::kTotalSstFilesSize, &sst_size); in TEST_F()
1558 db_->GetIntProperty(DB::Properties::kMinObsoleteSstNumberToKeep, in TEST_F()
1608 db_->GetIntProperty(DB::Properties::kBlockCacheCapacity, &value)); in TEST_F()
1609 ASSERT_FALSE(db_->GetIntProperty(DB::Properties::kBlockCacheUsage, &value)); in TEST_F()
1611 db_->GetIntProperty(DB::Properties::kBlockCachePinnedUsage, &value)); in TEST_F()
1616 db_->GetIntProperty(DB::Properties::kBlockCacheCapacity, &value)); in TEST_F()
1617 ASSERT_FALSE(db_->GetIntProperty(DB::Properties::kBlockCacheUsage, &value)); in TEST_F()
1619 db_->GetIntProperty(DB::Properties::kBlockCachePinnedUsage, &value)); in TEST_F()
1627 db_->GetIntProperty(DB::Properties::kBlockCacheCapacity, &value)); in TEST_F()
1628 ASSERT_FALSE(db_->GetIntProperty(DB::Properties::kBlockCacheUsage, &value)); in TEST_F()
1630 db_->GetIntProperty(DB::Properties::kBlockCachePinnedUsage, &value)); in TEST_F()
1643 ASSERT_TRUE(db_->GetIntProperty(DB::Properties::kBlockCacheCapacity, &value)); in TEST_F()
1645 ASSERT_TRUE(db_->GetIntProperty(DB::Properties::kBlockCacheUsage, &value)); in TEST_F()
1648 db_->GetIntProperty(DB::Properties::kBlockCachePinnedUsage, &value)); in TEST_F()
1654 ASSERT_TRUE(db_->GetIntProperty(DB::Properties::kBlockCacheCapacity, &value)); in TEST_F()
1656 ASSERT_TRUE(db_->GetIntProperty(DB::Properties::kBlockCacheUsage, &value)); in TEST_F()
1659 db_->GetIntProperty(DB::Properties::kBlockCachePinnedUsage, &value)); in TEST_F()
1668 ASSERT_TRUE(db_->GetIntProperty(DB::Properties::kBlockCacheCapacity, &value)); in TEST_F()
1670 ASSERT_TRUE(db_->GetIntProperty(DB::Properties::kBlockCacheUsage, &value)); in TEST_F()
1673 db_->GetIntProperty(DB::Properties::kBlockCachePinnedUsage, &value)); in TEST_F()
1682 ASSERT_TRUE(db_->GetIntProperty(DB::Properties::kBlockCacheCapacity, &value)); in TEST_F()
1684 ASSERT_TRUE(db_->GetIntProperty(DB::Properties::kBlockCacheUsage, &value)); in TEST_F()
1688 db_->GetIntProperty(DB::Properties::kBlockCachePinnedUsage, &value)); in TEST_F()
1694 ASSERT_TRUE(db_->GetIntProperty(DB::Properties::kBlockCacheCapacity, &value)); in TEST_F()
1696 ASSERT_TRUE(db_->GetIntProperty(DB::Properties::kBlockCacheUsage, &value)); in TEST_F()
1700 db_->GetIntProperty(DB::Properties::kBlockCachePinnedUsage, &value)); in TEST_F()