Home
last modified time | relevance | path

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

/rocksdb-6.9/memtable/
Dhash_skiplist_rep.h16 class HashSkipListRepFactory : public MemTableRepFactory {
18 explicit HashSkipListRepFactory( in HashSkipListRepFactory() function
26 virtual ~HashSkipListRepFactory() {} in ~HashSkipListRepFactory()
Dhash_skiplist_rep.cc334 MemTableRep* HashSkipListRepFactory::CreateMemTableRep( in CreateMemTableRep()
344 return new HashSkipListRepFactory(bucket_count, skiplist_height, in NewHashSkipListRepFactory()
/rocksdb-6.9/
DHISTORY.md1100 …Changed HashSkipListRepFactory and HashLinkListRepFactory constructor to not take SliceTransform o…