Home
last modified time | relevance | path

Searched defs:IsInsertConcurrentlySupported (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/include/rocksdb/
Dmemtablerep.h295 virtual bool IsInsertConcurrentlySupported() const { return false; } in IsInsertConcurrentlySupported() function
321 bool IsInsertConcurrentlySupported() const override { return true; } in IsInsertConcurrentlySupported() function
/rocksdb-6.9/db/
Ddb_memtable_test.cc94 bool IsInsertConcurrentlySupported() const override { return false; } in IsInsertConcurrentlySupported() function in ROCKSDB_NAMESPACE::MockMemTableRepFactory
Ddb_test_util.h198 bool IsInsertConcurrentlySupported() const override { in IsInsertConcurrentlySupported() function