Read operation (. More...
#include <XrdClZipOperations.hh>
Public Types | |
| enum | { FileNameArg , OffsetArg , SizeArg , BufferArg } |
| Argument indexes in the args tuple. More... | |
Public Member Functions | |
| std::string | ToString () |
| Public Member Functions inherited from XrdCl::ZipOperation< ZipReadFromImpl, HasHndl, Resp< ChunkInfo >, Arg< std::string >, Arg< uint64_t >, Arg< uint32_t >, Arg< void * > > | |
| virtual | ~ZipOperation () |
| Destructor. | |
| Public Member Functions inherited from XrdCl::ConcreteOperation< ZipReadFromImpl, HasHndl, Resp< ChunkInfo >, Arguments... > | |
| Operation< HasHndl > * | Move () |
| ZipReadFromImpl< true > | operator>> (Hdlr &&hdlr) |
| ZipReadFromImpl< true > | operator| (Operation< true > &op) |
| ZipReadFromImpl< HasHndl > | Timeout (uint16_t timeout) |
| Set operation timeout. | |
| Operation< true > * | ToHandled () |
| Public Member Functions inherited from XrdCl::Operation< HasHndl > | |
| Operation () | |
| Constructor. | |
| template<bool from> | |
| Operation (Operation< from > &&op) | |
| Move constructor between template instances. | |
| virtual | ~Operation () |
| Destructor. | |
Protected Member Functions | |
| XRootDStatus | RunImpl (PipelineHandler *handler, uint16_t pipelineTimeout) |
| Protected Member Functions inherited from XrdCl::ConcreteOperation< ZipReadFromImpl, HasHndl, Resp< ChunkInfo >, Arguments... > | |
| ZipReadFromImpl< true > | StreamImpl (ResponseHandler *handler) |
| ZipReadFromImpl< to > | Transform () |
| Protected Member Functions inherited from XrdCl::Operation< HasHndl > | |
| void | AddOperation (Operation< true > *op) |
| void | Run (Timeout timeout, std::promise< XRootDStatus > prms, std::function< void(const XRootDStatus &)> final) |
Read operation (.
Definition at line 254 of file XrdClZipOperations.hh.
| anonymous enum |
Argument indexes in the args tuple.
| Enumerator | |
|---|---|
| FileNameArg | |
| OffsetArg | |
| SizeArg | |
| BufferArg | |
Definition at line 268 of file XrdClZipOperations.hh.
|
inlineprotectedvirtual |
RunImpl operation (
| params | : container with parameters forwarded from previous operation |
Implements XrdCl::Operation< HasHndl >.
Definition at line 287 of file XrdClZipOperations.hh.
References XrdCl::ConcreteOperation< ZipReadFromImpl, HasHndl, Resp< ChunkInfo >, Arguments... >::args, XrdCl::Operation< HasHndl >::handler, XrdCl::ConcreteOperation< ZipReadFromImpl, HasHndl, Resp< ChunkInfo >, Arguments... >::timeout, and XrdCl::ZipOperation< ZipReadFromImpl, HasHndl, Resp< ChunkInfo >, Arg< std::string >, Arg< uint64_t >, Arg< uint32_t >, Arg< void * > >::zip.
|
inlinevirtual |
Implements XrdCl::Operation< HasHndl >.
Definition at line 273 of file XrdClZipOperations.hh.