Home
last modified time | relevance | path

Searched refs:ShouldWriteToMemtable (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/db/db_impl/
Ddb_impl_write.cc169 if (w.ShouldWriteToMemtable()) { in WriteImpl()
275 if (writer->ShouldWriteToMemtable()) { in WriteImpl()
371 } else if (writer->ShouldWriteToMemtable()) { in WriteImpl()
395 if (w.ShouldWriteToMemtable()) { in WriteImpl()
499 if (writer->ShouldWriteToMemtable()) { in PipelinedWriteImpl()
559 assert(w.ShouldWriteToMemtable()); in PipelinedWriteImpl()
576 assert(w.ShouldWriteToMemtable()); in PipelinedWriteImpl()
610 if (w.CheckCallback(this) && w.ShouldWriteToMemtable()) { in UnorderedWriteMemtable()
/rocksdb-6.9/db/
Dwrite_thread.cc633 if (!w->ShouldWriteToMemtable()) { in ExitAsBatchGroupLeader()
638 if (!leader->ShouldWriteToMemtable()) { in ExitAsBatchGroupLeader()
Dwrite_thread.h226 bool ShouldWriteToMemtable() { in ShouldWriteToMemtable() function
Dwrite_batch.cc1983 if (!w->ShouldWriteToMemtable()) { in InsertInto()
2010 assert(writer->ShouldWriteToMemtable()); in InsertInto()
/rocksdb-6.9/utilities/transactions/
Dtransaction_test.cc1466 } else if (writer->ShouldWriteToMemtable()) { in TEST_P()