xrootd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
XrdCl::RetryInfo Struct Reference

#include <XrdClXRootDResponses.hh>

Public Member Functions

 RetryInfo (std::vector< std::tuple< uint64_t, uint32_t >> &&retries)
 Constructor. More...
 
 ~RetryInfo ()
 Destructor. More...
 
bool NeedRetry ()
 
size_t Size ()
 
std::tuple< uint64_t, uint32_t > At (size_t i)
 

Private Attributes

std::unique_ptr< RetryInfoImpl > pImpl
 pointer to implementation More...
 

Constructor & Destructor Documentation

XrdCl::RetryInfo::RetryInfo ( std::vector< std::tuple< uint64_t, uint32_t >> &&  retries)

Constructor.

XrdCl::RetryInfo::~RetryInfo ( )

Destructor.

Member Function Documentation

std::tuple<uint64_t, uint32_t> XrdCl::RetryInfo::At ( size_t  i)
Returns
: offset and size of respective page that requires to be
bool XrdCl::RetryInfo::NeedRetry ( )
Returns
: true if some pages need retrying, false otherwise
size_t XrdCl::RetryInfo::Size ( )
Returns
number of pages that need to be retransmitted

Member Data Documentation

std::unique_ptr<RetryInfoImpl> XrdCl::RetryInfo::pImpl
private

pointer to implementation


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