Home
last modified time | relevance | path

Searched refs:NewHashLinkListRepFactory (Results 1 – 15 of 15) sorted by relevance

/rocksdb-6.9/table/plain/
Dplain_table_factory.cc137 mem_factory = NewHashLinkListRepFactory(hash_bucket_count); in GetMemTableRepFactoryFromString()
139 mem_factory = NewHashLinkListRepFactory(); in GetMemTableRepFactoryFromString()
/rocksdb-6.9/docs/_posts/
D2014-06-27-rocksdb-3-2-release.markdown27 …* Add two paramters to NewHashLinkListRepFactory() for logging on too many entries in a hash bucke…
D2014-07-29-rocksdb-3-3-release.markdown17 …from linked list to skip list. Add parameter threshold_use_skiplist in NewHashLinkListRepFactory().
/rocksdb-6.9/java/rocksjni/
Dmemtablejni.cc49 return reinterpret_cast<jlong>(ROCKSDB_NAMESPACE::NewHashLinkListRepFactory( in Java_org_rocksdb_HashLinkedListMemTableConfig_newMemTableFactoryHandle()
/rocksdb-6.9/include/rocksdb/
Dmemtablerep.h378 extern MemTableRepFactory* NewHashLinkListRepFactory(
/rocksdb-6.9/db/
Dprefix_test.cc261 NewHashLinkListRepFactory(bucket_count)); in NextOptions()
265 NewHashLinkListRepFactory(bucket_count, 2 * 1024 * 1024)); in NextOptions()
269 NewHashLinkListRepFactory(bucket_count, 0, 3)); in NextOptions()
Dcuckoo_table_db_test.cc42 options.memtable_factory.reset(NewHashLinkListRepFactory(4, 0, 3, true)); in CurrentOptions()
Dplain_table_db_test.cc140 options.memtable_factory.reset(NewHashLinkListRepFactory(4, 0, 3, true)); in CurrentOptions()
Ddb_test_util.cc394 NewHashLinkListRepFactory(4, 0, 3, true, 4)); in GetOptions()
Ddb_test.cc3787 options.memtable_factory.reset(NewHashLinkListRepFactory(4, 0, 3, true, 4)); in TEST_F()
3795 NewHashLinkListRepFactory(4, 0, 3, true, 4)); in TEST_F()
Dc.cc2677 ROCKSDB_NAMESPACE::NewHashLinkListRepFactory(bucket_count)); in rocksdb_options_set_hash_link_list_rep()
/rocksdb-6.9/memtable/
Dhash_linklist_rep.cc834 MemTableRepFactory* NewHashLinkListRepFactory( in NewHashLinkListRepFactory() function
Dmemtablerep_bench.cc591 factory.reset(ROCKSDB_NAMESPACE::NewHashLinkListRepFactory( in main()
/rocksdb-6.9/
DHISTORY.md1043 …from linked list to skip list. Add parameter threshold_use_skiplist in NewHashLinkListRepFactory().
1059 * Add two parameters to NewHashLinkListRepFactory() for logging on too many entries in a hash bucke…
1114 … there are only few keys for each prefix, which can be created through NewHashLinkListRepFactory().
/rocksdb-6.9/tools/
Ddb_bench_tool.cc3689 options.memtable_factory.reset(NewHashLinkListRepFactory( in InitializeOptionsFromFlags()