|
XRootD
|
OpenArchive operation (. More...
#include <XrdClZipOperations.hh>
Inheritance diagram for XrdCl::OpenArchiveImpl< HasHndl >:
Collaboration diagram for XrdCl::OpenArchiveImpl< HasHndl >:Public Types | |
| enum | { UrlArg , FlagsArg } |
| Argument indexes in the args tuple. More... | |
| enum | Flags |
| Open flags, may be or'd when appropriate. More... | |
Public Member Functions | |
| std::string | ToString () |
Public Member Functions inherited from XrdCl::ZipOperation< OpenArchiveImpl, HasHndl, Resp< void >, Arg< std::string >, Arg< OpenFlags::Flags > > | |
| ZipOperation (Ctx< ZipArchive > zip, Arguments... args) | |
| ZipOperation (ZipOperation< OpenArchiveImpl, from, Resp< void >, Arguments... > &&op) | |
| virtual | ~ZipOperation () |
| Destructor. | |
Public Member Functions inherited from XrdCl::ConcreteOperation< OpenArchiveImpl, HasHndl, Resp< void >, Arguments... > | |
| ConcreteOperation (Args &&... args) | |
| ConcreteOperation (ConcreteOperation< OpenArchiveImpl, from, Resp< void >, Args... > &&op) | |
| Operation< HasHndl > * | Move () |
| OpenArchiveImpl< true > | operator>> (Hdlr &&hdlr) |
| OpenArchiveImpl< true > | operator| (FinalOperation &&fo) |
| Adds a final operation to the pipeline. | |
| OpenArchiveImpl< true > | operator| (Operation< false > &&op) |
| OpenArchiveImpl< true > | operator| (Operation< false > &op) |
| OpenArchiveImpl< true > | operator| (Operation< true > &&op) |
| OpenArchiveImpl< true > | operator| (Operation< true > &op) |
| OpenArchiveImpl< 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< OpenArchiveImpl, HasHndl, Resp< void >, Arguments... > | |
| OpenArchiveImpl< true > | StreamImpl (ResponseHandler *handler) |
| OpenArchiveImpl< 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) |
OpenArchive operation (.
Definition at line 77 of file XrdClZipOperations.hh.
| anonymous enum |
Argument indexes in the args tuple.
| Enumerator | |
|---|---|
| UrlArg | |
| FlagsArg | |
Definition at line 91 of file XrdClZipOperations.hh.
| enum XrdCl::OpenFlags::Flags |
Open flags, may be or'd when appropriate.
Definition at line 75 of file XrdClFileSystem.hh.
|
inlineprotectedvirtual |
RunImpl operation (
| params | : container with parameters forwarded from previous operation |
Implements XrdCl::Operation< HasHndl >.
Definition at line 110 of file XrdClZipOperations.hh.
References XrdCl::ConcreteOperation< OpenArchiveImpl, HasHndl, Resp< void >, Arguments... >::args, XrdCl::Operation< HasHndl >::handler, XrdCl::ConcreteOperation< OpenArchiveImpl, HasHndl, Resp< void >, Arguments... >::timeout, and XrdCl::ZipOperation< OpenArchiveImpl, HasHndl, Resp< void >, Arg< std::string >, Arg< OpenFlags::Flags > >::zip.
|
inlinevirtual |
Implements XrdCl::Operation< HasHndl >.
Definition at line 96 of file XrdClZipOperations.hh.