Home
last modified time | relevance | path

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

/rocksdb-6.9/table/
Dsst_file_writer_collectors.h53 std::string seqno_val; in Finish() local
54 PutFixed64(&seqno_val, static_cast<uint64_t>(global_seqno_)); in Finish()
55 properties->insert({ExternalSstFilePropertyNames::kGlobalSeqno, seqno_val}); in Finish()
/rocksdb-6.9/db/
Dexternal_sst_file_ingestion_job.cc662 std::string seqno_val; in AssignGlobalSeqnoForIngestedFile() local
663 PutFixed64(&seqno_val, seqno); in AssignGlobalSeqnoForIngestedFile()
664 status = rwfile->Write(file_to_ingest->global_seqno_offset, seqno_val, in AssignGlobalSeqnoForIngestedFile()