| /rocksdb-6.9/table/block_based/ |
| D | block_based_table_factory.cc | 162 BlockBasedTableFactory::BlockBasedTableFactory( in BlockBasedTableFactory() function in ROCKSDB_NAMESPACE::BlockBasedTableFactory 202 Status BlockBasedTableFactory::NewTableReader( in NewTableReader() 217 TableBuilder* BlockBasedTableFactory::NewTableBuilder( in NewTableBuilder() 237 Status BlockBasedTableFactory::SanitizeOptions( in SanitizeOptions() 292 std::string BlockBasedTableFactory::GetPrintableTableOptions() const { in GetPrintableTableOptions() 439 Status BlockBasedTableFactory::GetOptionString( in GetOptionString() 461 Status BlockBasedTableFactory::GetOptionString( in GetOptionString() 594 const BlockBasedTableFactory* base_tf, in VerifyBlockBasedTableFactory() 595 const BlockBasedTableFactory* file_tf, in VerifyBlockBasedTableFactory() 633 return new BlockBasedTableFactory(_table_options); in NewBlockBasedTableFactory() [all …]
|
| D | block_based_table_factory.h | 44 class BlockBasedTableFactory : public TableFactory { 46 explicit BlockBasedTableFactory( 49 ~BlockBasedTableFactory() {} in ~BlockBasedTableFactory() 92 const BlockBasedTableFactory* base_tf, 93 const BlockBasedTableFactory* file_tf,
|
| /rocksdb-6.9/db/ |
| D | db_block_cache_test.cc | 50 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in GetOptions() 158 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F() 182 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F() 238 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F() 299 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F() 355 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F() 393 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F() 473 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F() 528 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F() 712 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F()
|
| D | table_properties_collector_test.cc | 485 std::make_shared<BlockBasedTableFactory>()); in TEST_P() 489 std::make_shared<BlockBasedTableFactory>()); in TEST_P()
|
| D | column_family.cc | 349 (result.table_factory->Name() == BlockBasedTableFactory().Name()); in SanitizeOptions() 1302 if (cf_options.table_factory->Name() != BlockBasedTableFactory().Name()) { in ValidateOptions() 1310 if (cf_options.table_factory->Name() != BlockBasedTableFactory().Name()) { in ValidateOptions()
|
| D | db_test2.cc | 139 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F() 1192 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F() 1488 options->table_factory.reset(new BlockBasedTableFactory(table_options)); in CreateTwoLevels() 1528 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_P() 2638 ASSERT_EQ(std::string(BlockBasedTableFactory::kName), in TEST_F() 2880 options.table_factory.reset(new BlockBasedTableFactory(bbto)); in TEST_F() 3609 options.table_factory.reset(new BlockBasedTableFactory(bbto)); in TEST_F()
|
| D | db_properties_test.cc | 338 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F() 536 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F()
|
| D | db_basic_test.cc | 1708 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F() 1953 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in DBBasicTestWithParallelIO()
|
| D | internal_stats.cc | 910 if (BlockBasedTableFactory::kName != table_factory->Name()) { in HandleBlockCacheStat()
|
| D | version_set_test.cc | 1716 table_factory_(std::make_shared<BlockBasedTableFactory>( in VersionSetTestMissingFiles()
|
| D | db_iterator_test.cc | 2117 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_P()
|
| D | db_compaction_test.cc | 5224 options.table_factory.reset(new BlockBasedTableFactory()); in TEST_F()
|
| /rocksdb-6.9/tools/ |
| D | sst_dump_test.cc | 156 opts.table_factory.reset(new BlockBasedTableFactory(table_opts)); in TEST_F() 178 opts.table_factory.reset(new BlockBasedTableFactory(table_opts)); in TEST_F() 200 opts.table_factory.reset(new BlockBasedTableFactory(table_opts)); in TEST_F() 222 opts.table_factory.reset(new BlockBasedTableFactory(table_opts)); in TEST_F()
|
| D | sst_dump_tool.cc | 136 if (BlockBasedTableFactory::kName == options_.table_factory->Name()) { in NewTableReader() 177 BlockBasedTableFactory block_based_tf(table_options); in CalculateCompressedTableSize() 296 options_.table_factory = std::make_shared<BlockBasedTableFactory>(); in SetTableOptionsByMagicNumber() 336 options_.table_factory = std::make_shared<BlockBasedTableFactory>(); in SetOldTableOptions()
|
| D | db_bench_tool.cc | 4012 if (options.table_factory->Name() == BlockBasedTableFactory::kName && in InitializeOptionsGeneral()
|
| /rocksdb-6.9/utilities/simulator_cache/ |
| D | sim_cache_test.cc | 38 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in GetOptions() 87 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F() 154 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F()
|
| /rocksdb-6.9/table/ |
| D | table_test.cc | 751 new BlockBasedTableFactory(table_options_)); in Init() 802 new BlockBasedTableFactory(table_options_)); in Init() 808 new BlockBasedTableFactory(table_options_)); in Init() 815 new BlockBasedTableFactory(table_options_)); in Init() 1806 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_P() 1847 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_P() 2518 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_P() 2592 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_P() 2636 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_P() 2976 BlockBasedTableFactory* factory = new BlockBasedTableFactory(table_options); in ValidateBlockSizeDeviation() [all …]
|
| D | table_reader_bench.cc | 326 tf.reset(new ROCKSDB_NAMESPACE::BlockBasedTableFactory()); in main()
|
| /rocksdb-6.9/options/ |
| D | options.cc | 101 std::shared_ptr<TableFactory>(new BlockBasedTableFactory())) {} in ColumnFamilyOptions() 504 table_factory.reset(new BlockBasedTableFactory(table_options)); in OptimizeForSmallDb() 519 table_factory.reset(new BlockBasedTableFactory(block_based_options)); in OptimizeForPointLookup()
|
| D | options_parser.cc | 823 if (base_tf->Name() == BlockBasedTableFactory::kName) { in VerifyTableFactory() 825 static_cast_with_check<const BlockBasedTableFactory, in VerifyTableFactory() 827 static_cast_with_check<const BlockBasedTableFactory, in VerifyTableFactory()
|
| D | options_test.cc | 815 dynamic_cast<BlockBasedTableFactory*>(new_options.table_factory.get()) in TEST_F() 1098 BlockBasedTableFactory* table_factory = in TEST_F() 1099 dynamic_cast<BlockBasedTableFactory*>(converted_opt.table_factory.get()); in TEST_F() 1619 ASSERT_EQ(BlockBasedTableFactory::kName, std::string(ttf->Name())); in TEST_F() 1621 static_cast<BlockBasedTableFactory*>(ttf.get())->table_options(); in TEST_F()
|
| D | options_helper.cc | 1001 BlockBasedTableFactory* block_based_table_factory = in ParseColumnFamilyOption() 1002 static_cast_with_check<BlockBasedTableFactory, TableFactory>( in ParseColumnFamilyOption() 1383 if (factory_name == BlockBasedTableFactory().Name()) { in GetTableFactoryFromMap() 1392 table_factory->reset(new BlockBasedTableFactory(bbt_opt)); in GetTableFactoryFromMap()
|
| /rocksdb-6.9/utilities/memory/ |
| D | memory_test.cc | 46 const BlockBasedTableFactory* bbtf = in GetCachePointersFromTableFactory() 47 dynamic_cast<const BlockBasedTableFactory*>(factory); in GetCachePointersFromTableFactory()
|
| /rocksdb-6.9/utilities/options/ |
| D | options_util.cc | 37 tf->Name() == BlockBasedTableFactory().Name()) { in LoadOptionsFromFile()
|
| D | options_util_test.cc | 46 return tf->Name() == BlockBasedTableFactory().Name(); in IsBlockBasedTableFactory()
|