|
xrootd
|
Describe a checksum event. More...
#include <XrdClMonitor.hh>

Public Member Functions | |
| CheckSumInfo () | |
Public Attributes | |
| TransferInfo | transfer |
| The transfer in question. More... | |
| std::string | cksum |
| Checksum as <type>: More... | |
| uint64_t | oTime |
| Microseconds to obtain cksum from origin. More... | |
| uint64_t | tTime |
| Microseconds to obtain cksum from target. More... | |
| bool | isOK |
| True if checksum matched, false otherwise. More... | |
Describe a checksum event.
|
inline |
| std::string XrdCl::Monitor::CheckSumInfo::cksum |
Checksum as <type>:
Referenced by MonitorTest::Event(), XrdCl::ClassicCopyJob::Run(), and XrdCl::ThirdPartyCopyJob::Run().
| bool XrdCl::Monitor::CheckSumInfo::isOK |
True if checksum matched, false otherwise.
Referenced by MonitorTest::Event(), XrdCl::ClassicCopyJob::Run(), and XrdCl::ThirdPartyCopyJob::Run().
| uint64_t XrdCl::Monitor::CheckSumInfo::oTime |
Microseconds to obtain cksum from origin.
Referenced by MonitorTest::Event(), XrdCl::ClassicCopyJob::Run(), and XrdCl::ThirdPartyCopyJob::Run().
| TransferInfo XrdCl::Monitor::CheckSumInfo::transfer |
The transfer in question.
Referenced by MonitorTest::Event(), XrdCl::ClassicCopyJob::Run(), and XrdCl::ThirdPartyCopyJob::Run().
| uint64_t XrdCl::Monitor::CheckSumInfo::tTime |
Microseconds to obtain cksum from target.
Referenced by MonitorTest::Event(), XrdCl::ClassicCopyJob::Run(), and XrdCl::ThirdPartyCopyJob::Run().
1.8.3.1