|
XRootD
|
#include <XrdOfsCPFile.hh>
Collaboration diagram for XrdOfsCPFile::rInfo:Public Member Functions | |
| rInfo () | |
| ~rInfo () | |
Public Attributes | |
| int | DataLen |
| Number of bytes to write back (may be 0) More... | |
| int | DataNum |
| Number of elements in DataVec (may be 0) More... | |
| XrdOucIOVec * | DataVec |
| A vector of data that must be written back. More... | |
| int64_t | fSize |
| Original size of the source file. More... | |
| time_t | mTime |
| Original modification time of the source. More... | |
| const char * | srcLFN |
| Pointer to the source filename. More... | |
Friends | |
| class | XrdOfsCPFile |
Get the file restore information from a checkpoint file.
| rinfo | - Reference to the rpInfo object. |
| ewhy | - Pointer to text explaining the error encountered. |
Definition at line 123 of file XrdOfsCPFile.hh.
| XrdOfsCPFile::rInfo::rInfo | ( | ) |
Definition at line 121 of file XrdOfsCPFile.cc.
| XrdOfsCPFile::rInfo::~rInfo | ( | ) |
Definition at line 124 of file XrdOfsCPFile.cc.
|
friend |
Definition at line 125 of file XrdOfsCPFile.hh.
| int XrdOfsCPFile::rInfo::DataLen |
Number of bytes to write back (may be 0)
Definition at line 131 of file XrdOfsCPFile.hh.
Referenced by XrdOfsChkPnt::Restore(), and XrdOfsCPFile::RestoreInfo().
| int XrdOfsCPFile::rInfo::DataNum |
Number of elements in DataVec (may be 0)
Definition at line 130 of file XrdOfsCPFile.hh.
Referenced by XrdOfsChkPnt::Restore(), and XrdOfsCPFile::RestoreInfo().
| XrdOucIOVec* XrdOfsCPFile::rInfo::DataVec |
A vector of data that must be written back.
Definition at line 129 of file XrdOfsCPFile.hh.
Referenced by XrdOfsChkPnt::Restore(), and XrdOfsCPFile::RestoreInfo().
| int64_t XrdOfsCPFile::rInfo::fSize |
Original size of the source file.
Definition at line 127 of file XrdOfsCPFile.hh.
Referenced by XrdOfsChkPnt::Restore(), and XrdOfsCPFile::RestoreInfo().
| time_t XrdOfsCPFile::rInfo::mTime |
Original modification time of the source.
Definition at line 128 of file XrdOfsCPFile.hh.
Referenced by XrdOfsChkPnt::Restore(), and XrdOfsCPFile::RestoreInfo().
| const char* XrdOfsCPFile::rInfo::srcLFN |
Pointer to the source filename.
Definition at line 126 of file XrdOfsCPFile.hh.
Referenced by XrdOfsChkPnt::Restore(), and XrdOfsCPFile::RestoreInfo().