Home
last modified time | relevance | path

Searched refs:SetLastAllocatedSequence (Results 1 – 11 of 11) sorted by relevance

/rocksdb-6.9/db/
Dimport_column_family_job.cc161 versions_->SetLastAllocatedSequence(file_metadata.largest_seqno); in Run()
Dwal_manager_test.cc73 versions_->SetLastAllocatedSequence(seq); in Put()
Drepair.cc569 vset_.SetLastAllocatedSequence(max_sequence); in AddTables()
Dversion_set.h981 void SetLastAllocatedSequence(uint64_t s) { in SetLastAllocatedSequence() function
Ddb_wal_test.cc963 versions->SetLastAllocatedSequence(seq); in FillData()
/rocksdb-6.9/utilities/transactions/
Dwrite_unprepared_txn_db.cc324 db_impl_->versions_->SetLastAllocatedSequence(last_seq + 1); in Initialize()
Dwrite_prepared_txn_db.cc60 db_impl_->versions_->SetLastAllocatedSequence(last_seq + 1); in Initialize()
/rocksdb-6.9/db/db_impl/
Ddb_impl_secondary.cc287 versions_->SetLastAllocatedSequence(last_sequence); in RecoverLogFiles()
Ddb_impl_open.cc1019 versions_->SetLastAllocatedSequence(last_sequence); in RecoverLogFiles()
Ddb_impl.cc4184 versions_->SetLastAllocatedSequence(last_seqno + consumed_seqno_count); in IngestExternalFiles()
/rocksdb-6.9/db/compaction/
Dcompaction_job_test.cc200 versions_->SetLastAllocatedSequence(sequence_number + 1); in SetLastSequence()