XRootD
Loading...
Searching...
No Matches
XrdStatsJob Class Reference
Inheritance diagram for XrdStatsJob:
Collaboration diagram for XrdStatsJob:

Public Member Functions

 XrdStatsJob (XrdScheduler *schP, XrdStats *sP, int iV)
 ~XrdStatsJob ()
void DoIt ()

Detailed Description

Definition at line 60 of file XrdStats.cc.

Constructor & Destructor Documentation

◆ XrdStatsJob()

XrdStatsJob::XrdStatsJob ( XrdScheduler * schP,
XrdStats * sP,
int iV )
inline

Definition at line 68 of file XrdStats.cc.

69 : XrdJob("stats reporter"),
70 Sched(schP), Stats(sP), iVal(iV)
71 {Sched->Schedule((XrdJob *)this, time(0)+iVal);}
XrdJob(const char *desc="")
Definition XrdJob.hh:51

References XrdJob::XrdJob(), and XrdJob::XrdScheduler.

Here is the call graph for this function:

◆ ~XrdStatsJob()

XrdStatsJob::~XrdStatsJob ( )
inline

Definition at line 72 of file XrdStats.cc.

72{}

Member Function Documentation

◆ DoIt()

void XrdStatsJob::DoIt ( )
inlinevirtual

Implements XrdJob.

Definition at line 64 of file XrdStats.cc.

64 {Stats->Report();
65 Sched->Schedule((XrdJob *)this, time(0)+iVal);
66 }

References XrdJob::XrdJob().

Here is the call graph for this function:

The documentation for this class was generated from the following file: