Home
last modified time | relevance | path

Searched refs:IsInsertConcurrentlySupported (Results 1 – 4 of 4) 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
199 return factory_.IsInsertConcurrentlySupported(); in IsInsertConcurrentlySupported()
Dcolumn_family.cc159 if (!cf_options.memtable_factory->IsInsertConcurrentlySupported()) { in CheckConcurrentWritesSupported()