Home
last modified time | relevance | path

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

/rocksdb-6.9/include/rocksdb/
Dmemtablerep.h301 virtual bool CanHandleDuplicatedKey() const { return false; } in CanHandleDuplicatedKey() function
323 bool CanHandleDuplicatedKey() const override { return true; } in CanHandleDuplicatedKey() function
/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_txn_db.cc96 if (!cf_options.memtable_factory->CanHandleDuplicatedKey()) { in VerifyCFOptions()