autotier
Automatic Tiering Fuse Filesystem
|
24 #include <boost/archive/text_iarchive.hpp>
25 #include <boost/archive/text_oarchive.hpp>
26 #include <rocksdb/db.h>
36 friend class boost::serialization::access;
38 friend class MetadataViewer;
50 Metadata(
const std::string &serialized);
82 #ifndef BAREBONES_METADATA
94 Metadata(std::string path, std::shared_ptr<rocksdb::DB> db,
Tier *tptr =
nullptr);
102 void update(std::string relative_path, std::shared_ptr<rocksdb::DB> db, std::string *old_key =
nullptr);
192 template<
class Archive>
193 void serialize(Archive &ar,
const unsigned int version) {
Class to represent each tier in the filesystem.
Definition: tier.hpp:35
Macro defines for popularity calculation tweaking.
File object to represent a file in the autotier filesystem.
Definition: file.hpp:35