Home
last modified time | relevance | path

Searched refs:OldestLogToKeep (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/db/
Dcolumn_family.h375 uint64_t OldestLogToKeep();
Dcolumn_family.cc689 uint64_t ColumnFamilyData::OldestLogToKeep() { in OldestLogToKeep() function in ROCKSDB_NAMESPACE::ColumnFamilyData
/rocksdb-6.9/db/db_impl/
Ddb_impl_write.cc1273 if (cfd->OldestLogToKeep() <= oldest_alive_log) { in SwitchWAL()