Searched refs:NewHashLinkListRepFactory (Results 1 – 15 of 15) sorted by relevance
| /rocksdb-6.9/table/plain/ |
| D | plain_table_factory.cc | 137 mem_factory = NewHashLinkListRepFactory(hash_bucket_count); in GetMemTableRepFactoryFromString() 139 mem_factory = NewHashLinkListRepFactory(); in GetMemTableRepFactoryFromString()
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2014-06-27-rocksdb-3-2-release.markdown | 27 …* Add two paramters to NewHashLinkListRepFactory() for logging on too many entries in a hash bucke…
|
| D | 2014-07-29-rocksdb-3-3-release.markdown | 17 …from linked list to skip list. Add parameter threshold_use_skiplist in NewHashLinkListRepFactory().
|
| /rocksdb-6.9/java/rocksjni/ |
| D | memtablejni.cc | 49 return reinterpret_cast<jlong>(ROCKSDB_NAMESPACE::NewHashLinkListRepFactory( in Java_org_rocksdb_HashLinkedListMemTableConfig_newMemTableFactoryHandle()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | memtablerep.h | 378 extern MemTableRepFactory* NewHashLinkListRepFactory(
|
| /rocksdb-6.9/db/ |
| D | prefix_test.cc | 261 NewHashLinkListRepFactory(bucket_count)); in NextOptions() 265 NewHashLinkListRepFactory(bucket_count, 2 * 1024 * 1024)); in NextOptions() 269 NewHashLinkListRepFactory(bucket_count, 0, 3)); in NextOptions()
|
| D | cuckoo_table_db_test.cc | 42 options.memtable_factory.reset(NewHashLinkListRepFactory(4, 0, 3, true)); in CurrentOptions()
|
| D | plain_table_db_test.cc | 140 options.memtable_factory.reset(NewHashLinkListRepFactory(4, 0, 3, true)); in CurrentOptions()
|
| D | db_test_util.cc | 394 NewHashLinkListRepFactory(4, 0, 3, true, 4)); in GetOptions()
|
| D | db_test.cc | 3787 options.memtable_factory.reset(NewHashLinkListRepFactory(4, 0, 3, true, 4)); in TEST_F() 3795 NewHashLinkListRepFactory(4, 0, 3, true, 4)); in TEST_F()
|
| D | c.cc | 2677 ROCKSDB_NAMESPACE::NewHashLinkListRepFactory(bucket_count)); in rocksdb_options_set_hash_link_list_rep()
|
| /rocksdb-6.9/memtable/ |
| D | hash_linklist_rep.cc | 834 MemTableRepFactory* NewHashLinkListRepFactory( in NewHashLinkListRepFactory() function
|
| D | memtablerep_bench.cc | 591 factory.reset(ROCKSDB_NAMESPACE::NewHashLinkListRepFactory( in main()
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 1043 …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/ |
| D | db_bench_tool.cc | 3689 options.memtable_factory.reset(NewHashLinkListRepFactory( in InitializeOptionsFromFlags()
|