Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dmemtable_list.cc670 (*mems_list[k])[i]->SetFlushCompleted(true); in InstallMemtableAtomicFlushResults()
735 m->SetFlushCompleted(false); in InstallMemtableAtomicFlushResults()
Dmemtable.h428 void SetFlushCompleted(bool completed) { flush_completed_ = completed; } in SetFlushCompleted() function