XRootD
Loading...
Searching...
No Matches
XrdCl::VectorReadInfo Class Reference

Vector read info. More...

#include <XrdClXRootDResponses.hh>

+ Collaboration diagram for XrdCl::VectorReadInfo:

Public Member Functions

 VectorReadInfo ()
 Constructor.
 
ChunkListGetChunks ()
 Get chunks.
 
const ChunkListGetChunks () const
 Get chunks.
 
uint32_t GetSize () const
 Get Size.
 
void SetSize (uint32_t size)
 Set size.
 

Detailed Description

Vector read info.

Definition at line 1060 of file XrdClXRootDResponses.hh.

Constructor & Destructor Documentation

◆ VectorReadInfo()

XrdCl::VectorReadInfo::VectorReadInfo ( )
inline

Constructor.

Definition at line 1066 of file XrdClXRootDResponses.hh.

1066: pSize( 0 ) {}

Member Function Documentation

◆ GetChunks() [1/2]

ChunkList & XrdCl::VectorReadInfo::GetChunks ( )
inline

Get chunks.

Definition at line 1087 of file XrdClXRootDResponses.hh.

1088 {
1089 return pChunks;
1090 }

Referenced by XrdCl::LocalFileHandler::ReadV(), and XrdCl::VectorReadAction::Serialize().

+ Here is the caller graph for this function:

◆ GetChunks() [2/2]

const ChunkList & XrdCl::VectorReadInfo::GetChunks ( ) const
inline

Get chunks.

Definition at line 1095 of file XrdClXRootDResponses.hh.

1096 {
1097 return pChunks;
1098 }

◆ GetSize()

uint32_t XrdCl::VectorReadInfo::GetSize ( ) const
inline

Get Size.

Definition at line 1071 of file XrdClXRootDResponses.hh.

1072 {
1073 return pSize;
1074 }

Referenced by XrdCl::File::ReadV(), and XrdCl::VectorReadAction::Serialize().

+ Here is the caller graph for this function:

◆ SetSize()

void XrdCl::VectorReadInfo::SetSize ( uint32_t  size)
inline

Set size.

Definition at line 1079 of file XrdClXRootDResponses.hh.

1080 {
1081 pSize = size;
1082 }

Referenced by XrdCl::LocalFileHandler::ReadV().

+ Here is the caller graph for this function:

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