autotier
Automatic Tiering Fuse Filesystem
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CAdHocRepresentation of an ad hoc command with the command index and arguments
 Cffd::BytesUse this class for byte-formatted values. e.g.: "123 KiB"
 Cffd::QuotaThis class extends ffd::Bytes to specify percents of an amount of bytes
 CConcurrentQueue< T >Single-consumer multiple-producer concurrent FIFO queue
 CConcurrentQueue< AdHoc >
 Cffd::ConfigNodeClass for config_map_ entries
 CConfigOverride< T >
 CConfigOverride< Logger::log_level_t >
 CConfigOverrides
 Cffd::ConfigParserMain configuration parser class to inherit from in your code
 CConfigConfiguration class
 Cffd::ConfigSubsectionGuardUse this to switch to a certain config subsection to get a group of values
 Cfuse_ops::dirp
 Cexception
 Cffd::ConfigExceptionExceptions thrown by this library
 Cffd::ByteParseExceptionThrow this exception when Bytes::set() fails to parse string
 Cffd::ConfigGuardExceptionThrow this exception when a ConfigGuard is constructed or get_from() is called when the config is already guarded
 Cffd::MissingOptionExceptionThrow this exception when a config entry is missing
 Cffd::NoConfigExceptionThrow this exception when the config file fails to open
 Cffd::QuotaParseExceptionThrow this exception when Quota::parse_fraction() fails to parse string
 CFileFile object to represent a file in the autotier filesystem
 CFusePassthroughClass to mount filesystem
 CFusePrivFuse Private data class grabbed from fuse_get_context()->private_data (void*) in fuse filesystem functions
 CLoggerClass to print logs to either stdout/stderr or the syslog
 CMetadataFile metadata to be stored in and retrieved from the RocksDB database
 CSliceTransform
 Cl::PathSliceTransformUsed to make rocksdb lookups faster, groups keys by first dir in path
 CTierClass to represent each tier in the filesystem
 CTierEngineBaseBase class of TierEngine. Deals with calling config_ constructor and holds onto some members used in multiple other components
 CTierEngineAdhocTierEngine component to handle ad hoc commands
 CTierEngineTieringTierEngine component to deal with tiering, inherits all other components so this is essentially the entirety of TierEngine
 CTierEngineMain TierEngine object to construct for setting up autotier. See other components for functionality
 CTierEngineDatabaseTierEngine component for dealing with the rocksdb database
 CTierEngineTieringTierEngine component to deal with tiering, inherits all other components so this is essentially the entirety of TierEngine
 CTierEngineMutexTierEngine component for ensuring only one instance of autotier runs for a given run path
 CTierEngineTieringTierEngine component to deal with tiering, inherits all other components so this is essentially the entirety of TierEngine
 CTierEngineSleepTierEngine component for dealing with thread sleeping
 CTierEngineTieringTierEngine component to deal with tiering, inherits all other components so this is essentially the entirety of TierEngine