Home
last modified time | relevance | path

Searched refs:global_seqno_offset (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/db/
Dexternal_sst_file_ingestion_job.cc430 file_to_ingest->global_seqno_offset = 0; in GetIngestedFileInfo()
433 file_to_ingest->global_seqno_offset = static_cast<size_t>(offsets_iter->second); in GetIngestedFileInfo()
647 } else if (file_to_ingest->global_seqno_offset == 0) { in AssignGlobalSeqnoForIngestedFile()
664 status = rwfile->Write(file_to_ingest->global_seqno_offset, seqno_val, in AssignGlobalSeqnoForIngestedFile()
Dexternal_sst_file_ingestion_job.h37 size_t global_seqno_offset; member
/rocksdb-6.9/table/block_based/
Dblock_based_table_reader.cc754 uint64_t global_seqno_offset = seqno_pos_iter->second; in TryReadPropertiesWithGlobalSeqno() local
756 tmp_buf.get() + global_seqno_offset - props_block_handle.offset(), 0); in TryReadPropertiesWithGlobalSeqno()
/rocksdb-6.9/table/
Dtable_test.cc4087 uint64_t global_seqno_offset; in TEST_P() local
4105 global_seqno_offset = in TEST_P()
4116 ASSERT_OK(ss_rw.Write(global_seqno_offset, new_global_seqno)); in TEST_P()