Home
last modified time | relevance | path

Searched refs:TablePropertiesCollection (Results 1 – 20 of 20) sorted by relevance

/rocksdb-6.9/db/
Ddb_table_properties_test.cc30 TablePropertiesCollection props; in VerifyTableProperties()
51 TablePropertiesCollection TestGetPropertiesOfTablesInRange(
92 TablePropertiesCollection
101 TablePropertiesCollection props; in TestGetPropertiesOfTablesInRange()
237 TablePropertiesCollection fname_to_props; in TEST_F()
Dcuckoo_table_db_test.cc126 TablePropertiesCollection ptc; in TEST_F()
183 TablePropertiesCollection ptc; in TEST_F()
Dversion_set.h652 Status GetPropertiesOfAllTables(TablePropertiesCollection* props);
653 Status GetPropertiesOfAllTables(TablePropertiesCollection* props, int level);
655 TablePropertiesCollection* props) const;
Drepair_test.cc310 TablePropertiesCollection fname_to_props; in TEST_F()
Dcompact_files_test.cc350 ROCKSDB_NAMESPACE::TablePropertiesCollection all_tables_props; in TEST_F()
Dversion_set.cc1262 Status Version::GetPropertiesOfAllTables(TablePropertiesCollection* props) { in GetPropertiesOfAllTables()
1328 Status Version::GetPropertiesOfAllTables(TablePropertiesCollection* props, in GetPropertiesOfAllTables()
1349 const Range* range, std::size_t n, TablePropertiesCollection* props) const { in GetPropertiesOfTablesInRange()
1382 TablePropertiesCollection props; in GetAggregatedTableProperties()
Dplain_table_db_test.cc511 TablePropertiesCollection ptc; in TEST_P()
Ddb_range_del_test.cc1556 TablePropertiesCollection all_table_props; in TEST_F()
Dinternal_stats.cc887 TablePropertiesCollection collection; in HandleEstimateOldestKeyTime()
Ddb_properties_test.cc1188 TablePropertiesCollection props; in TEST_F()
Dexternal_sst_file_test.cc741 TablePropertiesCollection props; in TEST_F()
Ddb_test.cc2745 TablePropertiesCollection* /*props*/) override { in GetPropertiesOfAllTables() argument
2751 std::size_t /*n*/, TablePropertiesCollection* /*props*/) override { in GetPropertiesOfTablesInRange() argument
/rocksdb-6.9/db/compaction/
Dcompaction.h270 TablePropertiesCollection GetOutputTableProperties() const { in GetOutputTableProperties()
274 void SetOutputTableProperties(TablePropertiesCollection tp) { in SetOutputTableProperties()
369 TablePropertiesCollection output_table_properties_;
Dcompaction_job.cc690 TablePropertiesCollection tp; in Run()
/rocksdb-6.9/include/rocksdb/
Dlistener.h21 TablePropertiesCollection; typedef
248 TablePropertiesCollection table_properties;
Ddb.h128 TablePropertiesCollection; typedef
1533 TablePropertiesCollection* props) = 0;
1534 virtual Status GetPropertiesOfAllTables(TablePropertiesCollection* props) { in GetPropertiesOfAllTables()
1539 TablePropertiesCollection* props) = 0;
/rocksdb-6.9/include/rocksdb/utilities/
Dstackable_db.h422 TablePropertiesCollection* props) override { in GetPropertiesOfAllTables()
429 TablePropertiesCollection* props) override { in GetPropertiesOfTablesInRange()
/rocksdb-6.9/db/db_impl/
Ddb_impl.h443 TablePropertiesCollection* props) override;
446 TablePropertiesCollection* props) override;
Ddb_impl.cc2779 TablePropertiesCollection* props) { in GetPropertiesOfAllTables()
2801 TablePropertiesCollection* props) { in GetPropertiesOfTablesInRange()
/rocksdb-6.9/java/rocksjni/
Drocksjni.cc3098 ROCKSDB_NAMESPACE::TablePropertiesCollection table_properties_collection; in Java_org_rocksdb_RocksDB_getPropertiesOfAllTables()
3190 ROCKSDB_NAMESPACE::TablePropertiesCollection table_properties_collection; in Java_org_rocksdb_RocksDB_getPropertiesOfTablesInRange()