autotier
Automatic Tiering Fuse Filesystem
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NffdLib45d documentation (not included in this repo, see lib45d source)
 CByteParseExceptionThrow this exception when Bytes::set() fails to parse string
 CBytesUse this class for byte-formatted values. e.g.: "123 KiB"
 CConfigExceptionExceptions thrown by this library
 CConfigGuardExceptionThrow this exception when a ConfigGuard is constructed or get_from() is called when the config is already guarded
 CConfigNodeClass for config_map_ entries
 CConfigParserMain configuration parser class to inherit from in your code
 CConfigSubsectionGuardUse this to switch to a certain config subsection to get a group of values
 CMissingOptionExceptionThrow this exception when a config entry is missing
 CNoConfigExceptionThrow this exception when the config file fails to open
 CQuotaThis class extends ffd::Bytes to specify percents of an amount of bytes
 CQuotaParseExceptionThrow this exception when Quota::parse_fraction() fails to parse string
 Nfuse_opsNamespace to hold fuse operations. See fuse3/fuse.h documentation for descriptions of each function
 Cdirp
 NlLocal namespace
 CPathSliceTransformUsed to make rocksdb lookups faster, groups keys by first dir in path
 CAdHocRepresentation of an ad hoc command with the command index and arguments
 CConcurrentQueueSingle-consumer multiple-producer concurrent FIFO queue
 CConfigConfiguration class
 CConfigOverride
 CConfigOverrides
 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
 CTierClass to represent each tier in the filesystem
 CTierEngineMain TierEngine object to construct for setting up autotier. See other components for functionality
 CTierEngineAdhocTierEngine component to handle ad hoc commands
 CTierEngineBaseBase class of TierEngine. Deals with calling config_ constructor and holds onto some members used in multiple other components
 CTierEngineDatabaseTierEngine component for dealing with the rocksdb database
 CTierEngineMutexTierEngine component for ensuring only one instance of autotier runs for a given run path
 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