|
XRootD
|
#include "XrdVersion.hh"#include "XrdStatsConfig.hh"#include "XrdStatsFileSystem.hh"#include "XrdSys/XrdSysError.hh"#include <sstream>
Include dependency graph for XrdStatsConfig.cc:Go to the source code of this file.
Functions | |
| std::string | LogMaskToString (int mask) |
| bool | ParseDuration (const std::string &duration, std::chrono::steady_clock::duration &result, std::string &errmsg) |
| XrdOss * | XrdOssAddStorageSystem2 (XrdOss *curr_oss, XrdSysLogger *logger, const char *config_fn, const char *parms, XrdOucEnv *envP) |
| XrdVERSIONINFO (XrdOssAddStorageSystem2, fsstats) | |
| XrdVERSIONINFO (XrdOssGetFileSystem, Stats) | |
| std::string LogMaskToString | ( | int | mask | ) |
Definition at line 13 of file XrdStatsConfig.cc.
References All, Macaroons::Debug, Macaroons::Error, Info, and Warning.
Referenced by StatsFileSystem::Config().
Here is the caller graph for this function:| bool ParseDuration | ( | const std::string & | duration, |
| std::chrono::steady_clock::duration & | result, | ||
| std::string & | errmsg | ||
| ) |
Definition at line 41 of file XrdStatsConfig.cc.
Referenced by StatsFileSystem::Config().
Here is the caller graph for this function:| XrdOss* XrdOssAddStorageSystem2 | ( | XrdOss * | curr_oss, |
| XrdSysLogger * | logger, | ||
| const char * | config_fn, | ||
| const char * | parms, | ||
| XrdOucEnv * | envP | ||
| ) |
Definition at line 110 of file XrdStatsConfig.cc.
References XrdSysError::Emsg(), and XrdProxy::envP.
Here is the call graph for this function:| XrdVERSIONINFO | ( | XrdOssAddStorageSystem2 | , |
| fsstats | |||
| ) |
| XrdVERSIONINFO | ( | XrdOssGetFileSystem | , |
| Stats | |||
| ) |