Searched refs:NewHashSkipListRepFactory (Results 1 – 14 of 14) sorted by relevance
128 mem_factory = NewHashSkipListRepFactory(hash_bucket_count); in GetMemTableRepFactoryFromString()130 mem_factory = NewHashSkipListRepFactory(); in GetMemTableRepFactoryFromString()
26 return reinterpret_cast<jlong>(ROCKSDB_NAMESPACE::NewHashSkipListRepFactory( in Java_org_rocksdb_HashSkipListMemTableConfig_newMemTableFactoryHandle()
358 extern MemTableRepFactory* NewHashSkipListRepFactory(
341 MemTableRepFactory* NewHashSkipListRepFactory( in NewHashSkipListRepFactory() function
585 factory.reset(ROCKSDB_NAMESPACE::NewHashSkipListRepFactory( in main()
305 options.memtable_factory.reset(NewHashSkipListRepFactory(16)); in TEST_F()
53 options.memtable_factory.reset(NewHashSkipListRepFactory()); in OpenDb()
257 NewHashSkipListRepFactory(bucket_count, FLAGS_skiplist_height)); in NextOptions()
354 options.memtable_factory.reset(NewHashSkipListRepFactory(16)); in GetOptions()
1280 options.memtable_factory.reset(NewHashSkipListRepFactory(16)); in TEST_F()
2669 ROCKSDB_NAMESPACE::NewHashSkipListRepFactory( in rocksdb_options_set_hash_skip_list_rep()
1886 options_.memtable_factory.reset(NewHashSkipListRepFactory(10000)); in Open()
3686 NewHashSkipListRepFactory(FLAGS_hash_bucket_count)); in InitializeOptionsFromFlags()
1126 * Deleted class `PrefixHashRepFactory`. Please use `NewHashSkipListRepFactory()` instead.