|
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. More... | |
| void * | GetBuffer () |
| Get the buffer. More... | |
| uint32_t | GetLength () const |
| Get the data length. More... | |
| uint64_t | GetOffset () const |
| Get the offset. More... | |
Public Attributes | |
| void * | buffer |
| length of the chunk More... | |
| uint32_t | length |
| offset in the file More... | |
| 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 GetBuffer(), XrdCl::PgReadSubstitutionHandler::HandleResponse(), XrdCl::EcPgReadResponseHandler::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 GetLength(), XrdCl::PgReadSubstitutionHandler::HandleResponse(), XrdPosixFileRH::HandleResponse(), XrdCl::EcPgReadResponseHandler::HandleResponse(), XrdCl::MetalinkReadHandler::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 GetOffset(), XrdCl::PgReadSubstitutionHandler::HandleResponse(), XrdCl::EcPgReadResponseHandler::HandleResponse(), XrdCl::MetalinkReadHandler::HandleResponse(), XrdEc::ScheduleHandler(), XrdCl::Utils::SplitChunks(), and XrdCl::XRootDMsgHandler::WriteMessageBody().