Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dwal_manager.h67 return ReadFirstRecord(type, number, sequence); in TEST_ReadFirstRecord()
84 Status ReadFirstRecord(const WalFileType type, const uint64_t number,
Dwal_manager.cc297 Status s = ReadFirstRecord(log_type, number, &sequence); in GetSortedWalsOfType()
370 Status WalManager::ReadFirstRecord(const WalFileType type, in ReadFirstRecord() function in ROCKSDB_NAMESPACE::WalManager