|
xrootd
|
Read operation (. More...
#include <XrdClFileOperations.hh>


Public Types | |
| enum | { OffsetArg , SizeArg , BufferArg } |
| Argument indexes in the args tuple. More... | |
Public Member Functions | |
| std::string | ToString () |
Public Member Functions inherited from XrdCl::FileOperation< ReadImpl, HasHndl, Resp< ChunkInfo >, Arg< uint64_t >, Arg< uint32_t >, Arg< void * > > | |
| FileOperation (File *f, Arguments... args) | |
| FileOperation (File &f, Arguments... args) | |
| FileOperation (FileOperation< ReadImpl, from, Resp< ChunkInfo >, Arguments... > &&op) | |
| virtual | ~FileOperation () |
| Destructor. More... | |
Public Member Functions inherited from XrdCl::ConcreteOperation< ReadImpl, HasHndl, Resp< ChunkInfo >, Arguments... > | |
| ConcreteOperation (Args &&... args) | |
| ConcreteOperation (ConcreteOperation< ReadImpl, from, Resp< ChunkInfo >, Args... > &&op) | |
| ReadImpl< true > | operator>> (Hdlr &&hdlr) |
| ReadImpl< true > | operator| (Operation< true > &op) |
| ReadImpl< true > | operator| (Operation< true > &&op) |
| ReadImpl< true > | operator| (Operation< false > &op) |
| ReadImpl< true > | operator| (Operation< false > &&op) |
Public Member Functions inherited from XrdCl::Operation< HasHndl > | |
| Operation () | |
| Constructor. More... | |
| template<bool from> | |
| Operation (Operation< from > &&op) | |
| Move constructor between template instances. More... | |
| virtual | ~Operation () |
| Destructor. More... | |
| virtual std::string | ToString ()=0 |
| Name of the operation. More... | |
| virtual Operation< HasHndl > * | Move ()=0 |
| virtual Operation< true > * | ToHandled ()=0 |
Protected Member Functions | |
| XRootDStatus | RunImpl () |
Protected Member Functions inherited from XrdCl::ConcreteOperation< ReadImpl, HasHndl, Resp< ChunkInfo >, Arguments... > | |
| Operation< HasHndl > * | Move () |
| Operation< true > * | ToHandled () |
| ReadImpl< to > | Transform () |
| ReadImpl< true > | StreamImpl (ResponseHandler *handler, bool own) |
Protected Member Functions inherited from XrdCl::Operation< HasHndl > | |
| void | Run (std::promise< XRootDStatus > prms, std::function< void(const XRootDStatus &)> final) |
| virtual XRootDStatus | RunImpl ()=0 |
| void | ForceHandler (const XRootDStatus &status) |
| void | AddOperation (Operation< true > *op) |
| anonymous enum |
|
inlineprotectedvirtual |
RunImpl operation (
| params | : container with parameters forwarded from previous operation |
Implements XrdCl::Operation< HasHndl >.
References XrdCl::ConcreteOperation< ReadImpl, HasHndl, Resp< ChunkInfo >, Arguments... >::args, XrdCl::FileOperation< ReadImpl, HasHndl, Resp< ChunkInfo >, Arg< uint64_t >, Arg< uint32_t >, Arg< void * > >::file, XrdCl::PipelineException::GetError(), XrdCl::Operation< HasHndl >::handler, XrdCl::File::Read(), XrdCl::stError, and XrdCl::PipelineException::what().
|
inlinevirtual |