Home
last modified time | relevance | path

Searched refs:NewHashSkipListRepFactory (Results 1 – 14 of 14) sorted by relevance

/rocksdb-6.9/table/plain/
Dplain_table_factory.cc128 mem_factory = NewHashSkipListRepFactory(hash_bucket_count); in GetMemTableRepFactoryFromString()
130 mem_factory = NewHashSkipListRepFactory(); in GetMemTableRepFactoryFromString()
/rocksdb-6.9/java/rocksjni/
Dmemtablejni.cc26 return reinterpret_cast<jlong>(ROCKSDB_NAMESPACE::NewHashSkipListRepFactory( in Java_org_rocksdb_HashSkipListMemTableConfig_newMemTableFactoryHandle()
/rocksdb-6.9/include/rocksdb/
Dmemtablerep.h358 extern MemTableRepFactory* NewHashSkipListRepFactory(
/rocksdb-6.9/memtable/
Dhash_skiplist_rep.cc341 MemTableRepFactory* NewHashSkipListRepFactory( in NewHashSkipListRepFactory() function
Dmemtablerep_bench.cc585 factory.reset(ROCKSDB_NAMESPACE::NewHashSkipListRepFactory( in main()
/rocksdb-6.9/db/
Ddb_tailing_iter_test.cc305 options.memtable_factory.reset(NewHashSkipListRepFactory(16)); in TEST_F()
Dperf_context_test.cc53 options.memtable_factory.reset(NewHashSkipListRepFactory()); in OpenDb()
Dprefix_test.cc257 NewHashSkipListRepFactory(bucket_count, FLAGS_skiplist_height)); in NextOptions()
Ddb_test_util.cc354 options.memtable_factory.reset(NewHashSkipListRepFactory(16)); in GetOptions()
Ddb_bloom_filter_test.cc1280 options.memtable_factory.reset(NewHashSkipListRepFactory(16)); in TEST_F()
Dc.cc2669 ROCKSDB_NAMESPACE::NewHashSkipListRepFactory( in rocksdb_options_set_hash_skip_list_rep()
/rocksdb-6.9/db_stress_tool/
Ddb_stress_test_base.cc1886 options_.memtable_factory.reset(NewHashSkipListRepFactory(10000)); in Open()
/rocksdb-6.9/tools/
Ddb_bench_tool.cc3686 NewHashSkipListRepFactory(FLAGS_hash_bucket_count)); in InitializeOptionsFromFlags()
/rocksdb-6.9/
DHISTORY.md1126 * Deleted class `PrefixHashRepFactory`. Please use `NewHashSkipListRepFactory()` instead.