Home
last modified time | relevance | path

Searched refs:HashLinkListRepFactory (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/memtable/
Dhash_linklist_rep.h16 class HashLinkListRepFactory : public MemTableRepFactory {
18 explicit HashLinkListRepFactory(size_t bucket_count, in HashLinkListRepFactory() function
29 virtual ~HashLinkListRepFactory() {} in ~HashLinkListRepFactory()
Dhash_linklist_rep.cc825 MemTableRep* HashLinkListRepFactory::CreateMemTableRep( in CreateMemTableRep()
838 return new HashLinkListRepFactory( in NewHashLinkListRepFactory()
/rocksdb-6.9/
DHISTORY.md1100 …Changed HashSkipListRepFactory and HashLinkListRepFactory constructor to not take SliceTransform o…