#include <XrdPfcIO.hh>
Public Member Functions | |
| void | Done (int result) override |
| ReadReqRH (unsigned short sid, XrdOucCacheIOCB *iocb) | |
| Public Member Functions inherited from XrdPfc::ReadReqRH | |
| ReadReqRH (unsigned short sid, XrdOucCacheIOCB *iocb) | |
| Public Member Functions inherited from XrdOucCacheIOCB | |
| XrdOucCacheIOCB () | |
| virtual | ~XrdOucCacheIOCB () |
Public Attributes | |
| XrdSysCondVar | m_cond {0} |
| int | m_retval {0} |
| Public Attributes inherited from XrdPfc::ReadReqRH | |
| int | m_expected_size = 0 |
| XrdOucCacheIOCB * | m_iocb |
| int | m_n_chunks = 0 |
| unsigned short | m_seq_id |
Definition at line 56 of file XrdPfcIO.hh.
|
inlineoverridevirtual |
Handle result from a previous async operation.
| result | is result from a previous operation. Successful results are always values >= 0 while errors are negative values and are always '-errno' indicate the reason for the error. |
Implements XrdOucCacheIOCB.
Definition at line 63 of file XrdPfcIO.hh.
|
inline |
Definition at line 56 of file XrdPfcFile.hh.
| XrdSysCondVar XrdPfc::IO::ReadReqRHCond::m_cond {0} |
Definition at line 58 of file XrdPfcIO.hh.
Referenced by Done(), and XrdPfc::IOFileBlock::Read().
| int XrdPfc::IO::ReadReqRHCond::m_retval {0} |
Definition at line 59 of file XrdPfcIO.hh.
Referenced by Done(), and XrdPfc::IOFileBlock::Read().