Searched refs:IsInsertConcurrentlySupported (Results 1 – 4 of 4) sorted by relevance
295 virtual bool IsInsertConcurrentlySupported() const { return false; } in IsInsertConcurrentlySupported() function321 bool IsInsertConcurrentlySupported() const override { return true; } in IsInsertConcurrentlySupported() function
94 bool IsInsertConcurrentlySupported() const override { return false; } in IsInsertConcurrentlySupported() function in ROCKSDB_NAMESPACE::MockMemTableRepFactory
198 bool IsInsertConcurrentlySupported() const override { in IsInsertConcurrentlySupported() function199 return factory_.IsInsertConcurrentlySupported(); in IsInsertConcurrentlySupported()
159 if (!cf_options.memtable_factory->IsInsertConcurrentlySupported()) { in CheckConcurrentWritesSupported()