Home
last modified time | relevance | path

Searched refs:GetIntProperty (Results 1 – 25 of 26) sorted by relevance

12

/rocksdb-6.9/db/
Ddb_properties_test.cc690 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 …]
Ddb_dynamic_level_test.cc91 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()
Ddb_sst_test.cc1065 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()
Dinternal_stats.h389 bool GetIntProperty(const DBPropertyInfo& property_info, uint64_t* value,
685 bool GetIntProperty(const DBPropertyInfo& /*property_info*/, uint64_t* /*value*/, in GetIntProperty() function
Dexternal_sst_file_test.cc1854 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()
Ddb_test_util.cc860 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()
Dplain_table_db_test.cc498 ASSERT_TRUE(dbfull()->GetIntProperty( in TEST_P()
507 ASSERT_TRUE(dbfull()->GetIntProperty( in TEST_P()
Ddb_flush_test.cc311 ASSERT_TRUE(db_->GetIntProperty(DB::Properties::kBackgroundErrors, in TEST_F()
Ddb_block_cache_test.cc314 dbfull()->GetIntProperty("rocksdb.estimate-table-readers-mem", &int_num)); in TEST_F()
Ddb_test.cc2817 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()
Dcolumn_family_test.cc245 EXPECT_TRUE(dbfull()->GetIntProperty("rocksdb.is-write-stopped", &v)); in IsDbWriteStopped()
256 dbfull()->GetIntProperty("rocksdb.actual-delayed-write-rate", &v)); in GetDbDelayedWriteRate()
Ddb_compaction_test.cc4378 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()
Dinternal_stats.cc517 bool InternalStats::GetIntProperty(const DBPropertyInfo& property_info, in GetIntProperty() function in ROCKSDB_NAMESPACE::InternalStats
Dc.cc1119 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/
Dstackable_db.h214 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/
D2016-02-24-rocksdb-4-2-release.markdown18 …2. Add GetAggregatedIntProperty(), which returns the sum of the GetIntProperty of all the column f…
/rocksdb-6.9/include/rocksdb/
Ddb.h969 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/
Dcheckpoint_impl.cc220 if (!db_->GetIntProperty(DB::Properties::kMinLogNumberToKeep, in CreateCustomCheckpoint()
/rocksdb-6.9/db/db_impl/
Ddb_impl.h272 using DB::GetIntProperty;
273 virtual bool GetIntProperty(ColumnFamilyHandle* column_family,
Ddb_impl.cc2899 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/
Doptimistic_transaction_test.cc389 ASSERT_TRUE(txn_db->GetIntProperty(DB::Properties::kNumImmutableMemTable, in TEST_P()
Dwrite_prepared_transaction_test.cc849 ASSERT_TRUE(db->GetIntProperty(DB::Properties::kNumImmutableMemTable, in TEST_P()
/rocksdb-6.9/utilities/blob_db/
Dblob_db_impl.cc1182 bool ok = GetIntProperty(DB::Properties::kLiveSstFilesSize, &live_sst_size); in UpdateLiveSSTSize()
Dblob_db_test.cc998 ASSERT_TRUE(blob_db_->GetIntProperty(DB::Properties::kTotalSstFilesSize, in TEST_F()
/rocksdb-6.9/java/rocksjni/
Drocksjni.cc2209 bool retCode = db->GetIntProperty(cf_handle, property_name, &property_value); in Java_org_rocksdb_RocksDB_getLongProperty()

12