Home
last modified time | relevance | path

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

/rocksdb-6.9/db/db_impl/
Ddb_impl_open.cc1353 lfile->SetWriteLifeTimeHint(CalculateWALWriteHint()); in CreateWAL()
Ddb_impl.h1685 Env::WriteLifeTimeHint CalculateWALWriteHint() { return Env::WLTH_SHORT; } in CalculateWALWriteHint() function