|
xrootd
|
Describe a data chunk for vector read. More...
#include <XrdClXRootDResponses.hh>
Public Member Functions | |
| ChunkInfo (uint64_t off=0, uint32_t len=0, void *buff=0) | |
| Constructor. More... | |
| uint64_t | GetOffset () const |
| Get the offset. More... | |
| uint32_t | GetLength () const |
| Get the data length. More... | |
| void * | GetBuffer () |
| Get the buffer. More... | |
Public Attributes | |
| uint64_t | offset |
| uint32_t | length |
| offset in the file More... | |
| void * | buffer |
| length of the chunk More... | |
Describe a data chunk for vector read.
|
inline |
Constructor.
|
inline |
Get the buffer.
References buffer.
|
inline |
Get the data length.
References length.
|
inline |
Get the offset.
References offset.
| void* XrdCl::ChunkInfo::buffer |
length of the chunk
Referenced by GetBuffer(), XrdCl::EcPgReadResponseHandler::HandleResponse(), and XrdCl::AsyncPageReader::InitIOV().
| uint32_t XrdCl::ChunkInfo::length |
offset in the file
Referenced by XrdCl::AsyncRawReader::GetChunkInfo(), GetLength(), XrdCl::EcPgReadResponseHandler::HandleResponse(), and XrdCl::ReadAction::Serialize().
| uint64_t XrdCl::ChunkInfo::offset |
Referenced by GetOffset(), XrdCl::EcPgReadResponseHandler::HandleResponse(), and XrdCl::AsyncPageReader::InitIOV().
1.8.5