Home
last modified time | relevance | path

Searched refs:ExternalSstFilePropertyNames (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/table/
Dsst_file_writer_collectors.h16 struct ExternalSstFilePropertyNames { struct
50 properties->insert({ExternalSstFilePropertyNames::kVersion, version_val}); in Finish()
55 properties->insert({ExternalSstFilePropertyNames::kGlobalSeqno, seqno_val}); in Finish()
65 return {{ExternalSstFilePropertyNames::kVersion, ToString(version_)}}; in GetReadableProperties()
Dsst_file_writer.cc20 const std::string ExternalSstFilePropertyNames::kVersion =
22 const std::string ExternalSstFilePropertyNames::kGlobalSeqno =
Dsst_file_reader_test.cc95 user_properties.count(ExternalSstFilePropertyNames::kGlobalSeqno)); in CheckFile()
Dtable_test.cc4102 user_props[ExternalSstFilePropertyNames::kVersion].c_str()); in TEST_P()
4104 user_props[ExternalSstFilePropertyNames::kGlobalSeqno].c_str()); in TEST_P()
4106 props->properties_offsets[ExternalSstFilePropertyNames::kGlobalSeqno]; in TEST_P()
/rocksdb-6.9/db/
Dexternal_sst_file_ingestion_job.cc410 auto version_iter = uprops.find(ExternalSstFilePropertyNames::kVersion); in GetIngestedFileInfo()
416 auto seqno_iter = uprops.find(ExternalSstFilePropertyNames::kGlobalSeqno); in GetIngestedFileInfo()
427 ExternalSstFilePropertyNames::kGlobalSeqno); in GetIngestedFileInfo()
/rocksdb-6.9/table/block_based/
Dblock_based_table_reader.cc480 const auto version_pos = props.find(ExternalSstFilePropertyNames::kVersion); in GetGlobalSequenceNumber()
481 const auto seqno_pos = props.find(ExternalSstFilePropertyNames::kGlobalSeqno); in GetGlobalSequenceNumber()
751 ExternalSstFilePropertyNames::kGlobalSeqno); in TryReadPropertiesWithGlobalSeqno()