XRootD
Loading...
Searching...
No Matches
XrdCl::Monitor::CheckSumInfo Struct Reference

Describe a checksum event. More...

#include <XrdClMonitor.hh>

+ Collaboration diagram for XrdCl::Monitor::CheckSumInfo:

Public Member Functions

 CheckSumInfo ()
 

Public Attributes

std::string cksum
 Checksum as "type:value".
 
bool isOK
 True if checksum matched, false otherwise.
 
uint64_t oTime
 Microseconds to obtain cksum from origin.
 
TransferInfo transfer
 The transfer in question.
 
uint64_t tTime
 Microseconds to obtain cksum from target.
 

Detailed Description

Describe a checksum event.

Definition at line 198 of file XrdClMonitor.hh.

Constructor & Destructor Documentation

◆ CheckSumInfo()

XrdCl::Monitor::CheckSumInfo::CheckSumInfo ( )
inline

Definition at line 200 of file XrdClMonitor.hh.

200: oTime(0), tTime(0), isOK(false) {}
uint64_t tTime
Microseconds to obtain cksum from target.
bool isOK
True if checksum matched, false otherwise.
uint64_t oTime
Microseconds to obtain cksum from origin.

Member Data Documentation

◆ cksum

std::string XrdCl::Monitor::CheckSumInfo::cksum

Checksum as "type:value".

Definition at line 202 of file XrdClMonitor.hh.

Referenced by XrdCl::ClassicCopyJob::Run(), and XrdCl::ThirdPartyCopyJob::Run().

◆ isOK

bool XrdCl::Monitor::CheckSumInfo::isOK

True if checksum matched, false otherwise.

Definition at line 205 of file XrdClMonitor.hh.

Referenced by XrdCl::ClassicCopyJob::Run(), and XrdCl::ThirdPartyCopyJob::Run().

◆ oTime

uint64_t XrdCl::Monitor::CheckSumInfo::oTime

Microseconds to obtain cksum from origin.

Definition at line 203 of file XrdClMonitor.hh.

Referenced by XrdCl::ClassicCopyJob::Run(), and XrdCl::ThirdPartyCopyJob::Run().

◆ transfer

TransferInfo XrdCl::Monitor::CheckSumInfo::transfer

The transfer in question.

Definition at line 201 of file XrdClMonitor.hh.

Referenced by XrdCl::ClassicCopyJob::Run(), and XrdCl::ThirdPartyCopyJob::Run().

◆ tTime

uint64_t XrdCl::Monitor::CheckSumInfo::tTime

Microseconds to obtain cksum from target.

Definition at line 204 of file XrdClMonitor.hh.

Referenced by XrdCl::ClassicCopyJob::Run(), and XrdCl::ThirdPartyCopyJob::Run().


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