|
XRootD
|
AppendFile operation (. More...
#include <XrdClZipOperations.hh>
Inheritance diagram for XrdCl::AppendFileImpl< HasHndl >:
Collaboration diagram for XrdCl::AppendFileImpl< HasHndl >:Public Types | |
| enum | { FnArg , CrcArg , SizeArg , BufferArg } |
| Argument indexes in the args tuple. More... | |
Protected Member Functions | |
| XRootDStatus | RunImpl (PipelineHandler *handler, uint16_t pipelineTimeout) |
Protected Member Functions inherited from XrdCl::ConcreteOperation< AppendFileImpl, HasHndl, Resp< void >, Arguments... > | |
| AppendFileImpl< true > | StreamImpl (ResponseHandler *handler) |
| AppendFileImpl< 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) |
AppendFile operation (.
Definition at line 373 of file XrdClZipOperations.hh.
| anonymous enum |
Argument indexes in the args tuple.
| Enumerator | |
|---|---|
| FnArg | |
| CrcArg | |
| SizeArg | |
| BufferArg | |
Definition at line 387 of file XrdClZipOperations.hh.
|
inlineprotectedvirtual |
RunImpl operation (
| params | : container with parameters forwarded from previous operation |
Implements XrdCl::Operation< HasHndl >.
Definition at line 406 of file XrdClZipOperations.hh.
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 |
Implements XrdCl::Operation< HasHndl >.
Definition at line 392 of file XrdClZipOperations.hh.