|
XRootD
|
#include <XrdStats.hh>
Collaboration diagram for XrdStats:Classes | |
| class | CallBack |
Public Member Functions | |
| XrdStats (XrdSysError *eP, XrdScheduler *sP, XrdBuffManager *bP, const char *hn, int port, const char *in, const char *pn, const char *sn) | |
| virtual | ~XrdStats () |
| void | Export (XrdOucEnv &env) |
| void | Init (char **Dest, int iVal=600, int xOpts=0, int jOpts=0) |
| void | Report () |
| virtual void | Stats (XrdStats::CallBack *InfoBack, int xOpts, int jOpts=0) |
Definition at line 62 of file XrdStats.hh.
| XrdStats::XrdStats | ( | XrdSysError * | eP, |
| XrdScheduler * | sP, | ||
| XrdBuffManager * | bP, | ||
| const char * | hn, | ||
| int | port, | ||
| const char * | in, | ||
| const char * | pn, | ||
| const char * | sn ) |
Definition at line 83 of file XrdStats.cc.
|
inlinevirtual |
Definition at line 92 of file XrdStats.hh.
| void XrdStats::Export | ( | XrdOucEnv & | env | ) |
Definition at line 131 of file XrdStats.cc.
References XrdOucEnv::PutPtr().
Here is the call graph for this function:| void XrdStats::Init | ( | char ** | Dest, |
| int | iVal = 600, | ||
| int | xOpts = 0, | ||
| int | jOpts = 0 ) |
Definition at line 141 of file XrdStats.cc.
References XRD_STATS_ALLJ, XRD_STATS_ALLX, XRD_STATS_JSON, and XRD_STATS_SYNCA.
| void XrdStats::Report | ( | ) |
Definition at line 166 of file XrdStats.cc.
References XrdMonitor::F_JSON, XrdMonitor::X_ADON, XrdMonitor::X_PLUG, XRD_STATS_ADON, XRD_STATS_PLUG, and XRD_STATS_SYNC.
|
virtual |
Definition at line 224 of file XrdStats.cc.
References XrdStats::CallBack::Info(), and opts.
Here is the call graph for this function: