Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/blob_db/
Dblob_db_impl.h49 class BlobFile; variable
54 bool operator()(const std::shared_ptr<BlobFile>& lhs,
55 const std::shared_ptr<BlobFile>& rhs) const;
59 bool operator()(const std::shared_ptr<BlobFile>& lhs,
60 const std::shared_ptr<BlobFile>& rhs) const;
70 friend class BlobFile; variable
240 Status CloseBlobFile(std::shared_ptr<BlobFile> bfile);
256 Status AppendBlob(const std::shared_ptr<BlobFile>& bfile,
301 std::shared_ptr<BlobFile> NewBlobFile(bool has_ttl,
436 std::shared_ptr<BlobFile> open_non_ttl_file_;
[all …]
Dblob_file.cc28 BlobFile::BlobFile(const BlobDBImpl* p, const std::string& bdir, uint64_t fn, in BlobFile() function in ROCKSDB_NAMESPACE::blob_db::BlobFile
32 BlobFile::BlobFile(const BlobDBImpl* p, const std::string& bdir, uint64_t fn, in BlobFile() function in ROCKSDB_NAMESPACE::blob_db::BlobFile
47 BlobFile::~BlobFile() { in ~BlobFile()
60 std::string BlobFile::PathName() const { in PathName()
64 std::shared_ptr<Reader> BlobFile::OpenRandomAccessReader( in OpenRandomAccessReader()
87 std::string BlobFile::DumpState() const { in DumpState()
100 void BlobFile::MarkObsolete(SequenceNumber sequence) { in MarkObsolete()
131 Status BlobFile::ReadFooter(BlobLogFooter* bf) { in ReadFooter()
162 Status BlobFile::SetFromFooterLocked(const BlobLogFooter& footer) { in SetFromFooterLocked()
171 Status BlobFile::Fsync() { in Fsync()
[all …]
Dblob_db_impl.cc55 const std::shared_ptr<BlobFile>& lhs, in operator ()()
56 const std::shared_ptr<BlobFile>& rhs) const { in operator ()()
61 const std::shared_ptr<BlobFile>& lhs, in operator ()()
62 const std::shared_ptr<BlobFile>& rhs) const { in operator ()()
311 std::shared_ptr<BlobFile> blob_file = std::make_shared<BlobFile>( in OpenAllBlobFiles()
383 BlobFile* const blob_file = it->second.get(); in LinkSstToBlobFileImpl()
639 const std::shared_ptr<BlobFile>& bfile) { in CloseRandomAccessLocked()
666 auto blob_file = std::make_shared<BlobFile>( in NewBlobFile()
739 std::shared_ptr<BlobFile> tmp = std::make_shared<BlobFile>(); in FindBlobFileLocked()
1049 std::shared_ptr<BlobFile> blob_file; in PutBlobValue()
[all …]
Dblob_file.h26 class BlobFile {
108 BlobFile() = default;
110 BlobFile(const BlobDBImpl* parent, const std::string& bdir, uint64_t fnum,
113 BlobFile(const BlobDBImpl* parent, const std::string& bdir, uint64_t fnum,
118 ~BlobFile();
Dblob_compaction_filter.h109 mutable std::shared_ptr<BlobFile> blob_file_;
Dblob_db_test.cc616 std::shared_ptr<BlobFile> bfile = blob_files[0]; in TEST_F()
1101 std::shared_ptr<BlobFile> non_ttl_file; in TEST_F()
1102 std::shared_ptr<BlobFile> ttl_file; in TEST_F()