|
XRootD
|
Describe a data chunk for vector read. More...
#include <XrdClXRootDResponses.hh>
Collaboration diagram for XrdCl::ChunkInfo:Public Member Functions | |
| ChunkInfo (uint64_t off=0, uint32_t len=0, void *buff=0) | |
| Constructor. | |
| void * | GetBuffer () |
| Get the buffer. | |
| uint32_t | GetLength () const |
| Get the data length. | |
| uint64_t | GetOffset () const |
| Get the offset. | |
Public Attributes | |
| void * | buffer |
| length of the chunk | |
| uint32_t | length |
| offset in the file | |
| uint64_t | offset |
Describe a data chunk for vector read.
Definition at line 917 of file XrdClXRootDResponses.hh.
|
inline |
|
inline |
|
inline |
|
inline |
| void* XrdCl::ChunkInfo::buffer |
length of the chunk
Definition at line 951 of file XrdClXRootDResponses.hh.
Referenced by ChunkInfo(), GetBuffer(), XrdCl::EcPgReadResponseHandler::HandleResponse(), XrdCl::PgReadSubstitutionHandler::HandleResponse(), XrdEc::ScheduleHandler(), XrdCl::Utils::SplitChunks(), and XrdCl::XRootDMsgHandler::WriteMessageBody().
| uint32_t XrdCl::ChunkInfo::length |
offset in the file
Definition at line 950 of file XrdClXRootDResponses.hh.
Referenced by ChunkInfo(), GetLength(), XrdCl::EcPgReadResponseHandler::HandleResponse(), XrdCl::MetalinkReadHandler::HandleResponse(), XrdCl::PgReadSubstitutionHandler::HandleResponse(), XrdPosixFileRH::HandleResponse(), XrdCl::File::Read(), XrdEc::ScheduleHandler(), XrdCl::ReadAction::Serialize(), XrdCl::Utils::SplitChunks(), XrdCl::XRootDMsgHandler::WriteMessageBody(), and XrdSsiTaskReal::XeqEvent().
| uint64_t XrdCl::ChunkInfo::offset |
Definition at line 949 of file XrdClXRootDResponses.hh.
Referenced by ChunkInfo(), GetOffset(), XrdCl::EcPgReadResponseHandler::HandleResponse(), XrdCl::MetalinkReadHandler::HandleResponse(), XrdCl::PgReadSubstitutionHandler::HandleResponse(), XrdEc::ScheduleHandler(), XrdCl::Utils::SplitChunks(), and XrdCl::XRootDMsgHandler::WriteMessageBody().