|
xrootd
|
AppendFile operation (. More...
#include <XrdClZipOperations.hh>


Public Types | |
| enum | { FnArg , CrcArg , SizeArg , BufferArg } |
| Argument indexes in the args tuple. More... | |
Public Member Functions | |
| std::string | ToString () |
Public Member Functions inherited from XrdCl::ZipOperation< AppendFileImpl, HasHndl, Resp< void >, Arg< std::string >, Arg< uint32_t >, Arg< uint32_t >, Arg< const void * > > | |
| ZipOperation (Ctx< ZipArchive > zip, Arguments... args) | |
| ZipOperation (ZipOperation< AppendFileImpl, from, Resp< void >, Arguments... > &&op) | |
| virtual | ~ZipOperation () |
| Destructor. More... | |
Public Member Functions inherited from XrdCl::ConcreteOperation< AppendFileImpl, HasHndl, Resp< void >, Arguments... > | |
| ConcreteOperation (Args &&... args) | |
| ConcreteOperation (ConcreteOperation< AppendFileImpl, from, Resp< void >, Args... > &&op) | |
| AppendFileImpl< true > | operator>> (Hdlr &&hdlr) |
| AppendFileImpl< true > | operator| (Operation< true > &op) |
| AppendFileImpl< true > | operator| (Operation< true > &&op) |
| AppendFileImpl< true > | operator| (Operation< false > &op) |
| AppendFileImpl< true > | operator| (Operation< false > &&op) |
| AppendFileImpl< true > | operator| (FinalOperation &&fo) |
| Adds a final operation to the pipeline. More... | |
| Operation< HasHndl > * | Move () |
| Operation< true > * | ToHandled () |
| AppendFileImpl< HasHndl > | Timeout (uint16_t timeout) |
| Set operation timeout. More... | |
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 (PipelineHandler *handler, uint16_t pipelineTimeout) |
Protected Member Functions inherited from XrdCl::ConcreteOperation< AppendFileImpl, HasHndl, Resp< void >, Arguments... > | |
| AppendFileImpl< to > | Transform () |
| AppendFileImpl< true > | StreamImpl (ResponseHandler *handler) |
Protected Member Functions inherited from XrdCl::Operation< HasHndl > | |
| void | Run (Timeout timeout, std::promise< XRootDStatus > prms, std::function< void(const XRootDStatus &)> final) |
| virtual XRootDStatus | RunImpl (PipelineHandler *handler, uint16_t timeout)=0 |
| void | AddOperation (Operation< true > *op) |
AppendFile operation (.
| anonymous enum |
|
inlineprotectedvirtual |
RunImpl operation (
| params | : container with parameters forwarded from previous operation |
Implements XrdCl::Operation< HasHndl >.
References XrdCl::ConcreteOperation< AppendFileImpl, HasHndl, Resp< void >, Arguments... >::args, XrdCl::Operation< HasHndl >::handler, XrdCl::ConcreteOperation< AppendFileImpl, HasHndl, Resp< void >, Arguments... >::timeout, and XrdCl::ZipOperation< AppendFileImpl, HasHndl, Resp< void >, Arg< std::string >, Arg< uint32_t >, Arg< uint32_t >, Arg< const void * > >::zip.
|
inlinevirtual |