Home
last modified time | relevance | path

Searched refs:CuckooTableFactory (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_factory.cc15 Status CuckooTableFactory::NewTableReader( in NewTableReader()
30 TableBuilder* CuckooTableFactory::NewTableBuilder( in NewTableBuilder()
46 std::string CuckooTableFactory::GetPrintableTableOptions() const { in GetPrintableTableOptions()
68 return new CuckooTableFactory(table_options); in NewCuckooTableFactory()
Dcuckoo_table_factory.h53 class CuckooTableFactory : public TableFactory {
55 explicit CuckooTableFactory(const CuckooTableOptions& table_options) in CuckooTableFactory() function
57 ~CuckooTableFactory() {} in ~CuckooTableFactory()