#include <swcdb/fs/FileSystem.h>
Public Member Functions | |
Configurables (const Config::Settings::Ptr &a_settings) noexcept | |
Configurables (Configurables &&)=delete | |
Configurables (const Configurables &)=delete | |
Configurables & | operator= (Configurables &&)=delete |
Configurables & | operator= (const Configurables &)=delete |
~Configurables () noexcept | |
Public Attributes | |
Config::Settings::Ptr | settings |
Config::Property::Value_int32_g::Ptr | cfg_fds_max |
std::string | path_root |
bool | stats_enabled |
Definition at line 48 of file FileSystem.h.
|
inlinenoexcept |
Definition at line 53 of file FileSystem.h.
|
delete |
|
delete |
|
inlinenoexcept |
Definition at line 63 of file FileSystem.h.
|
delete |
|
delete |
Config::Property::Value_int32_g::Ptr SWC::FS::Configurables::cfg_fds_max |
Definition at line 50 of file FileSystem.h.
Referenced by SWC::FS::apply_broker(), SWC::FS::apply_ceph(), SWC::FS::apply_hadoop(), SWC::FS::apply_hadoop_jvm(), and SWC::FS::apply_local().
std::string SWC::FS::Configurables::path_root |
Definition at line 51 of file FileSystem.h.
Referenced by SWC::FS::apply_ceph(), SWC::FS::apply_hadoop(), SWC::FS::apply_hadoop_jvm(), and SWC::FS::apply_local().
Config::Settings::Ptr SWC::FS::Configurables::settings |
Definition at line 49 of file FileSystem.h.
Referenced by SWC::FS::apply_broker(), SWC::FS::apply_ceph(), SWC::FS::apply_hadoop(), SWC::FS::apply_hadoop_jvm(), and SWC::FS::apply_local().
bool SWC::FS::Configurables::stats_enabled |
Definition at line 52 of file FileSystem.h.
Referenced by SWC::FS::apply_broker(), SWC::FS::apply_ceph(), SWC::FS::apply_hadoop(), SWC::FS::apply_hadoop_jvm(), and SWC::FS::apply_local().