Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dtransaction_log_impl.cc99 OpenLogReader(files_->at(static_cast<size_t>(start_file_index)).get()); in SeekToStartSequence()
188 Status s = OpenLogReader(files_->at(current_file_index_).get()); in NextImpl()
302 Status TransactionLogIteratorImpl::OpenLogReader(const LogFile* log_file) { in OpenLogReader() function in ROCKSDB_NAMESPACE::TransactionLogIteratorImpl
Dtransaction_log_impl.h124 Status OpenLogReader(const LogFile* file);