Home
last modified time | relevance | path

Searched refs:TablePropertiesCollectorFactory (Results 1 – 24 of 24) sorted by relevance

/rocksdb-6.9/include/rocksdb/
Dtable_properties.h125 class TablePropertiesCollectorFactory {
132 virtual ~TablePropertiesCollectorFactory() {} in ~TablePropertiesCollectorFactory()
135 TablePropertiesCollectorFactory::Context context) = 0;
181 TablePropertiesCollectorFactory::Context::kUnknownColumnFamily;
Dadvanced_options.h21 class TablePropertiesCollectorFactory; variable
594 typedef std::vector<std::shared_ptr<TablePropertiesCollectorFactory>>
/rocksdb-6.9/db/
Dtable_properties_collector.h89 std::shared_ptr<TablePropertiesCollectorFactory> user_collector_factory) in UserKeyTablePropertiesCollectorFactory()
93 TablePropertiesCollectorFactory::Context context; in CreateIntTblPropCollector()
104 std::shared_ptr<TablePropertiesCollectorFactory> user_collector_factory_;
Dtable_properties_collector_test.cc195 public TablePropertiesCollectorFactory {
200 TablePropertiesCollectorFactory::Context context) override { in CreateTablePropertiesCollector()
350 std::shared_ptr<TablePropertiesCollectorFactory> collector_factory( in TEST_P()
Dbuilder.cc56 TablePropertiesCollectorFactory::Context::kUnknownColumnFamily) == in NewTableBuilder()
90 TablePropertiesCollectorFactory::Context::kUnknownColumnFamily) == in BuildTable()
Ddb_properties_test.cc1108 : public TablePropertiesCollectorFactory {
1115 TablePropertiesCollectorFactory::Context context) override { in CreateTablePropertiesCollector()
1160 : public TablePropertiesCollectorFactory {
1163 TablePropertiesCollectorFactory::Context /*context*/) override { in CreateTablePropertiesCollector()
1290 std::shared_ptr<TablePropertiesCollectorFactory> collector_factory = in TEST_F()
1362 std::shared_ptr<TablePropertiesCollectorFactory> collector_factory = in TEST_F()
Ddb_table_properties_test.cc258 std::shared_ptr<TablePropertiesCollectorFactory> compact_on_del = in TEST_F()
Dlistener_test.cc83 class TestPropertiesCollectorFactory : public TablePropertiesCollectorFactory {
86 TablePropertiesCollectorFactory::Context /*context*/) override { in CreateTablePropertiesCollector()
Dexternal_sst_file_ingestion_job.cc46 TablePropertiesCollectorFactory::Context::kUnknownColumnFamily && in Prepare()
Drepair.cc491 TablePropertiesCollectorFactory::Context::kUnknownColumnFamily) { in ScanTable()
Dexternal_sst_file_test.cc578 class SstFileWriterCollectorFactory : public TablePropertiesCollectorFactory {
583 TablePropertiesCollectorFactory::Context /*context*/) override { in CreateTablePropertiesCollector()
Dversion_set_test.cc1827 TablePropertiesCollectorFactory::Context::kUnknownColumnFamily, in CreateDummyTableFiles()
/rocksdb-6.9/include/rocksdb/utilities/
Dtable_properties_collectors.h19 : public TablePropertiesCollectorFactory {
24 TablePropertiesCollectorFactory::Context context) override;
/rocksdb-6.9/utilities/table_properties_collectors/
Dcompact_on_deletion_collector_test.cc28 ROCKSDB_NAMESPACE::TablePropertiesCollectorFactory::Context context; in main()
30 TablePropertiesCollectorFactory::Context::kUnknownColumnFamily; in main()
Dcompact_on_deletion_collector.cc76 TablePropertiesCollectorFactory::Context /*context*/) { in CreateTablePropertiesCollector()
/rocksdb-6.9/table/
Dtable_properties.cc18 const uint32_t TablePropertiesCollectorFactory::Context::kUnknownColumnFamily =
129 ROCKSDB_NAMESPACE::TablePropertiesCollectorFactory:: in ToString()
Dtable_test.cc89 : public TablePropertiesCollectorFactory {
92 TablePropertiesCollectorFactory::Context /*context*/) override { in CreateTablePropertiesCollector()
99 : public TablePropertiesCollectorFactory {
102 TablePropertiesCollectorFactory::Context /*context*/) override { in CreateTablePropertiesCollector()
352 TablePropertiesCollectorFactory::Context::kUnknownColumnFamily, in FinishImpl()
3269 TablePropertiesCollectorFactory::Context::kUnknownColumnFamily, in TEST_P()
3317 TablePropertiesCollectorFactory::Context::kUnknownColumnFamily, in TEST_P()
3357 TablePropertiesCollectorFactory::Context::kUnknownColumnFamily, in TEST_F()
3413 TablePropertiesCollectorFactory::Context::kUnknownColumnFamily, in TEST_F()
3456 TablePropertiesCollectorFactory::Context::kUnknownColumnFamily, in TEST_F()
[all …]
Dsst_file_writer.cc237 cf_id = TablePropertiesCollectorFactory::Context::kUnknownColumnFamily; in Open()
/rocksdb-6.9/docs/_posts/
D2016-02-24-rocksdb-4-2-release.markdown35 …3. TablePropertiesCollectorFactory::CreateTablePropertiesCollector() now takes an option Context, …
/rocksdb-6.9/tools/
Dsst_dump_test.cc66 TablePropertiesCollectorFactory::Context::kUnknownColumnFamily, in createSST()
Dsst_dump_tool.cc181 TablePropertiesCollectorFactory::Context::kUnknownColumnFamily, in CalculateCompressedTableSize()
/rocksdb-6.9/table/block_based/
Dblock_based_table_reader.h578 : ROCKSDB_NAMESPACE::TablePropertiesCollectorFactory::Context:: in cf_id_for_tracing()
Ddata_block_hash_index_test.cc565 TablePropertiesCollectorFactory::Context::kUnknownColumnFamily, in TestBoundary()
/rocksdb-6.9/
DHISTORY.md838 * TablePropertiesCollectorFactory::CreateTablePropertiesCollector() now takes an option Context, co…