Searched refs:CuckooTableFactory (Results 1 – 2 of 2) sorted by relevance
15 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()
53 class CuckooTableFactory : public TableFactory {55 explicit CuckooTableFactory(const CuckooTableOptions& table_options) in CuckooTableFactory() function57 ~CuckooTableFactory() {} in ~CuckooTableFactory()