|
xrootd
|


Public Member Functions | |
| ProgressDisplay () | |
| Constructor. More... | |
| virtual void | BeginJob (uint16_t jobNum, uint16_t jobTotal, const XrdCl::URL *source, const XrdCl::URL *destination) |
| Begin job. More... | |
| virtual void | EndJob (const XrdCl::XRootDStatus &) |
| End job. More... | |
| virtual void | JobProgress (uint64_t bytesProcessed, uint64_t bytesTotal) |
| Job progress. More... | |
Public Member Functions inherited from XrdCl::CopyProgressHandler | |
| virtual | ~CopyProgressHandler () |
Private Attributes | |
| uint64_t | pBytesProcessed |
| uint64_t | pBytesTotal |
| time_t | pPrevious |
|
inline |
Constructor.
|
inlinevirtual |
|
inlinevirtual |
End job.
Implements XrdCl::CopyProgressHandler.
References JobProgress(), pBytesProcessed, and pBytesTotal.
|
inlinevirtual |
Job progress.
Implements XrdCl::CopyProgressHandler.
References XrdCl::Utils::BytesToString(), pBytesProcessed, pBytesTotal, and pPrevious.
Referenced by EndJob().
|
private |
Referenced by EndJob(), and JobProgress().
|
private |
Referenced by EndJob(), and JobProgress().
|
private |
Referenced by BeginJob(), and JobProgress().
1.8.3.1