Public Types | |
| enum | { UrlArg , UpdtArg } |
Public Member Functions | |
| std::string | ToString () |
| Name of the operation. | |
| Public Member Functions inherited from XrdCl::ZipOperation< OpenOnlyImpl, HasHndl, XrdCl::Resp< void >, XrdCl::Arg< std::string >, XrdCl::Arg< bool > > | |
| virtual | ~ZipOperation () |
| Destructor. | |
| Public Member Functions inherited from XrdCl::ConcreteOperation< OpenOnlyImpl, HasHndl, XrdCl::Resp< void >, Arguments... > | |
| Operation< HasHndl > * | Move () |
| OpenOnlyImpl< true > | operator>> (Hdlr &&hdlr) |
| OpenOnlyImpl< true > | operator| (Operation< true > &op) |
| OpenOnlyImpl< HasHndl > | Timeout (time_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 | |
| XrdCl::XRootDStatus | RunImpl (XrdCl::PipelineHandler *handler, time_t pipelineTimeout) |
| Protected Member Functions inherited from XrdCl::ConcreteOperation< OpenOnlyImpl, HasHndl, XrdCl::Resp< void >, Arguments... > | |
| OpenOnlyImpl< true > | StreamImpl (ResponseHandler *handler) |
| OpenOnlyImpl< 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) |
Additional Inherited Members | |
| Static Protected Member Functions inherited from XrdCl::ConcreteOperation< OpenOnlyImpl, HasHndl, XrdCl::Resp< void >, Arguments... > | |
| static void | AllocHandler (ConcreteOperation< OpenOnlyImpl, true, XrdCl::Resp< void >, Args... > &me) |
| static OpenOnlyImpl< true > | PipeImpl (ConcreteOperation< OpenOnlyImpl, HasHndl, XrdCl::Resp< void >, Args... > &me, Operation< true > &op) |
| Protected Attributes inherited from XrdCl::ZipOperation< OpenOnlyImpl, HasHndl, XrdCl::Resp< void >, XrdCl::Arg< std::string >, XrdCl::Arg< bool > > | |
| Ctx< ZipArchive > | zip |
| The file object itself. | |
| Protected Attributes inherited from XrdCl::ConcreteOperation< OpenOnlyImpl, HasHndl, XrdCl::Resp< void >, Arguments... > | |
| std::tuple< Args... > | args |
| Operation arguments. | |
| time_t | timeout |
| Operation timeout. | |
| Protected Attributes inherited from XrdCl::Operation< HasHndl > | |
| std::unique_ptr< PipelineHandler > | handler |
| Operation handler. | |
| bool | valid |
| Flag indicating if it is a valid object. | |
Definition at line 57 of file XrdEcReader.cc.
| anonymous enum |
|
inlineprotectedvirtual |
Run the actual operation
| params | : container with parameters forwarded from previous operation |
Implements XrdCl::Operation< HasHndl >.
Definition at line 91 of file XrdEcReader.cc.
References XrdCl::ConcreteOperation< OpenOnlyImpl, HasHndl, XrdCl::Resp< void >, Arguments... >::args, XrdCl::Operation< HasHndl >::handler, XrdCl::ConcreteOperation< OpenOnlyImpl, HasHndl, XrdCl::Resp< void >, Arguments... >::timeout, and XrdCl::ZipOperation< OpenOnlyImpl, HasHndl, XrdCl::Resp< void >, XrdCl::Arg< std::string >, XrdCl::Arg< bool > >::zip.
|
inlinevirtual |
Name of the operation.
Implements XrdCl::Operation< HasHndl >.
Definition at line 77 of file XrdEcReader.cc.