| /rocksdb-6.9/db/ |
| D | db_properties_test.cc | 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() 1011 ASSERT_TRUE(dbfull()->GetIntProperty( in TEST_F() 1017 ASSERT_TRUE(dbfull()->GetIntProperty( in TEST_F() 1023 ASSERT_TRUE(dbfull()->GetIntProperty( in TEST_F() [all …]
|
| D | db_dynamic_level_test.cc | 91 ASSERT_TRUE(db_->GetIntProperty("rocksdb.background-errors", &int_prop)); in TEST_F() 155 ASSERT_TRUE(db_->GetIntProperty("rocksdb.base-level", &int_prop)); in TEST_F() 168 ASSERT_TRUE(db_->GetIntProperty("rocksdb.base-level", &int_prop)); in TEST_F() 186 ASSERT_TRUE(db_->GetIntProperty("rocksdb.base-level", &int_prop)); in TEST_F() 207 ASSERT_TRUE(db_->GetIntProperty("rocksdb.base-level", &int_prop)); in TEST_F() 236 ASSERT_TRUE(db_->GetIntProperty("rocksdb.base-level", &int_prop)); in TEST_F() 271 ASSERT_TRUE(db_->GetIntProperty("rocksdb.base-level", &int_prop)); in TEST_F() 308 ASSERT_TRUE(db_->GetIntProperty("rocksdb.base-level", &int_prop)); in TEST_F() 325 ASSERT_TRUE(db_->GetIntProperty("rocksdb.base-level", &int_prop)); in TEST_F() 352 ASSERT_TRUE(db_->GetIntProperty("rocksdb.base-level", &int_prop)); in TEST_F()
|
| D | db_sst_test.cc | 1065 ASSERT_TRUE(dbfull()->GetIntProperty("rocksdb.total-sst-files-size", in TEST_F() 1088 ASSERT_TRUE(dbfull()->GetIntProperty("rocksdb.total-sst-files-size", in TEST_F() 1110 ASSERT_TRUE(dbfull()->GetIntProperty("rocksdb.total-sst-files-size", in TEST_F() 1117 ASSERT_TRUE(dbfull()->GetIntProperty("rocksdb.total-sst-files-size", in TEST_F() 1124 ASSERT_TRUE(dbfull()->GetIntProperty("rocksdb.total-sst-files-size", in TEST_F() 1157 ASSERT_TRUE(dbfull()->GetIntProperty("rocksdb.total-sst-files-size", in TEST_F() 1181 ASSERT_TRUE(dbfull()->GetIntProperty("rocksdb.total-sst-files-size", in TEST_F() 1203 ASSERT_TRUE(dbfull()->GetIntProperty("rocksdb.total-sst-files-size", in TEST_F() 1212 ASSERT_TRUE(dbfull()->GetIntProperty("rocksdb.total-sst-files-size", in TEST_F()
|
| D | internal_stats.h | 389 bool GetIntProperty(const DBPropertyInfo& property_info, uint64_t* value, 685 bool GetIntProperty(const DBPropertyInfo& /*property_info*/, uint64_t* /*value*/, in GetIntProperty() function
|
| D | external_sst_file_test.cc | 1854 db_->GetIntProperty(DB::Properties::kNumEntriesActiveMemTable, in TEST_P() 1864 db_->GetIntProperty(DB::Properties::kNumEntriesActiveMemTable, in TEST_P() 1872 db_->GetIntProperty(DB::Properties::kNumEntriesActiveMemTable, in TEST_P() 1880 db_->GetIntProperty(DB::Properties::kNumEntriesActiveMemTable, in TEST_P() 1888 db_->GetIntProperty(DB::Properties::kNumEntriesActiveMemTable, in TEST_P() 1896 db_->GetIntProperty(DB::Properties::kNumEntriesActiveMemTable, in TEST_P()
|
| D | db_test_util.cc | 860 EXPECT_TRUE(dbfull()->GetIntProperty("rocksdb.num-snapshots", &int_num)); in GetNumSnapshots() 867 dbfull()->GetIntProperty("rocksdb.oldest-snapshot-time", &int_num)); in GetTimeOldestSnapshots() 874 dbfull()->GetIntProperty("rocksdb.oldest-snapshot-sequence", &int_num)); in GetSequenceOldestSnapshots()
|
| D | plain_table_db_test.cc | 498 ASSERT_TRUE(dbfull()->GetIntProperty( in TEST_P() 507 ASSERT_TRUE(dbfull()->GetIntProperty( in TEST_P()
|
| D | db_flush_test.cc | 311 ASSERT_TRUE(db_->GetIntProperty(DB::Properties::kBackgroundErrors, in TEST_F()
|
| D | db_block_cache_test.cc | 314 dbfull()->GetIntProperty("rocksdb.estimate-table-readers-mem", &int_num)); in TEST_F()
|
| D | db_test.cc | 2817 using DB::GetIntProperty; 2818 bool GetIntProperty(ColumnFamilyHandle* /*column_family*/, in GetIntProperty() function in ROCKSDB_NAMESPACE::ModelDB 4191 db_->GetIntProperty(DB::Properties::kNumRunningFlushes, &num_running_flushes); in TEST_F() 4201 db_->GetIntProperty(DB::Properties::kNumRunningFlushes, &num_running_flushes); in TEST_F() 4251 db_->GetIntProperty(DB::Properties::kNumRunningCompactions, in TEST_P() 4268 db_->GetIntProperty(DB::Properties::kNumRunningCompactions, in TEST_P()
|
| D | column_family_test.cc | 245 EXPECT_TRUE(dbfull()->GetIntProperty("rocksdb.is-write-stopped", &v)); in IsDbWriteStopped() 256 dbfull()->GetIntProperty("rocksdb.actual-delayed-write-rate", &v)); in GetDbDelayedWriteRate()
|
| D | db_compaction_test.cc | 4378 ASSERT_TRUE(db_->GetIntProperty(DB::Properties::kNumEntriesImmMemTables, in TEST_F() 4381 ASSERT_TRUE(db_->GetIntProperty(DB::Properties::kNumEntriesActiveMemTable, in TEST_F() 5209 db_->GetIntProperty("rocksdb.background-errors", &error_count); in TEST_P()
|
| D | internal_stats.cc | 517 bool InternalStats::GetIntProperty(const DBPropertyInfo& property_info, in GetIntProperty() function in ROCKSDB_NAMESPACE::InternalStats
|
| D | c.cc | 1119 if (db->rep->GetIntProperty(Slice(propname), out_val)) { in rocksdb_property_int() 1131 if (db->rep->GetIntProperty(column_family->rep, Slice(propname), out_val)) { in rocksdb_property_int_cf()
|
| /rocksdb-6.9/include/rocksdb/utilities/ |
| D | stackable_db.h | 214 using DB::GetIntProperty; 215 virtual bool GetIntProperty(ColumnFamilyHandle* column_family, in GetIntProperty() function 217 return db_->GetIntProperty(column_family, property, value); in GetIntProperty()
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2016-02-24-rocksdb-4-2-release.markdown | 18 …2. Add GetAggregatedIntProperty(), which returns the sum of the GetIntProperty of all the column f…
|
| /rocksdb-6.9/include/rocksdb/ |
| D | db.h | 969 virtual bool GetIntProperty(ColumnFamilyHandle* column_family, 971 virtual bool GetIntProperty(const Slice& property, uint64_t* value) { in GetIntProperty() function 972 return GetIntProperty(DefaultColumnFamily(), property, value); in GetIntProperty()
|
| /rocksdb-6.9/utilities/checkpoint/ |
| D | checkpoint_impl.cc | 220 if (!db_->GetIntProperty(DB::Properties::kMinLogNumberToKeep, in CreateCustomCheckpoint()
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl.h | 272 using DB::GetIntProperty; 273 virtual bool GetIntProperty(ColumnFamilyHandle* column_family,
|
| D | db_impl.cc | 2899 bool DBImpl::GetIntProperty(ColumnFamilyHandle* column_family, in GetIntProperty() function in ROCKSDB_NAMESPACE::DBImpl 2916 return cfd->internal_stats()->GetIntProperty(property_info, value, this); in GetIntPropertyInternal() 2919 return cfd->internal_stats()->GetIntProperty(property_info, value, this); in GetIntPropertyInternal()
|
| /rocksdb-6.9/utilities/transactions/ |
| D | optimistic_transaction_test.cc | 389 ASSERT_TRUE(txn_db->GetIntProperty(DB::Properties::kNumImmutableMemTable, in TEST_P()
|
| D | write_prepared_transaction_test.cc | 849 ASSERT_TRUE(db->GetIntProperty(DB::Properties::kNumImmutableMemTable, in TEST_P()
|
| /rocksdb-6.9/utilities/blob_db/ |
| D | blob_db_impl.cc | 1182 bool ok = GetIntProperty(DB::Properties::kLiveSstFilesSize, &live_sst_size); in UpdateLiveSSTSize()
|
| D | blob_db_test.cc | 998 ASSERT_TRUE(blob_db_->GetIntProperty(DB::Properties::kTotalSstFilesSize, in TEST_F()
|
| /rocksdb-6.9/java/rocksjni/ |
| D | rocksjni.cc | 2209 bool retCode = db->GetIntProperty(cf_handle, property_name, &property_value); in Java_org_rocksdb_RocksDB_getLongProperty()
|