Home
last modified time | relevance | path

Searched refs:MarkLogAsHavingPrepSectionFlushed (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/utilities/transactions/
Dpessimistic_transaction.cc301 dbimpl_->logs_with_prep_tracker()->MarkLogAsHavingPrepSectionFlushed( in Commit()
328 dbimpl_->logs_with_prep_tracker()->MarkLogAsHavingPrepSectionFlushed( in Commit()
408 dbimpl_->logs_with_prep_tracker()->MarkLogAsHavingPrepSectionFlushed( in Rollback()
420 dbimpl_->logs_with_prep_tracker()->MarkLogAsHavingPrepSectionFlushed( in Rollback()
Dwrite_unprepared_txn.cc70 dbimpl_->logs_with_prep_tracker()->MarkLogAsHavingPrepSectionFlushed( in ~WriteUnpreparedTxn()
/rocksdb-6.9/db/
Dlogs_with_prep_tracker.h23 void MarkLogAsHavingPrepSectionFlushed(uint64_t log);
Dlogs_with_prep_tracker.cc11 void LogsWithPrepTracker::MarkLogAsHavingPrepSectionFlushed(uint64_t log) { in MarkLogAsHavingPrepSectionFlushed() function in ROCKSDB_NAMESPACE::LogsWithPrepTracker
/rocksdb-6.9/db/db_impl/
Ddb_impl.h804 logs_with_prep_tracker_.MarkLogAsHavingPrepSectionFlushed( in DeleteRecoveredTransaction()