AppendFile operation (.
More...
#include <XrdClZipOperations.hh>
|
static void | AllocHandler (ConcreteOperation< AppendFileImpl, true, Resp< void >, Args...> &me) |
|
static void | AllocHandler (ConcreteOperation< AppendFileImpl, false, Resp< void >, Args...> &me) |
|
static AppendFileImpl< true > | PipeImpl (ConcreteOperation< AppendFileImpl, HasHndl, Resp< void >, Args...> &me, Operation< true > &op) |
|
static AppendFileImpl< true > | PipeImpl (ConcreteOperation< AppendFileImpl, HasHndl, Resp< void >, Args...> &me, Operation< false > &op) |
|
Ctx< ZipArchive > | zip |
| The file object itself. More...
|
|
std::tuple< Args...> | args |
| Operation arguments. More...
|
|
uint16_t | timeout |
| Operation timeout. More...
|
|
std::unique_ptr< PipelineHandler > | handler |
| Operation handler. More...
|
|
bool | valid |
| Flag indicating if it is a valid object. More...
|
|
template<bool HasHndl>
class XrdCl::AppendFileImpl< HasHndl >
AppendFile operation (.
- See Also
- ZipOperation)
Argument indexes in the args tuple.
Enumerator |
---|
FnArg |
|
CrcArg |
|
SizeArg |
|
BufferArg |
|
RunImpl operation (
- See Also
- Operation)
- Parameters
-
params | : container with parameters forwarded from previous operation |
- Returns
- : status of the operation
Implements XrdCl::Operation< HasHndl >.
References XrdCl::ConcreteOperation< AppendFileImpl, HasHndl, Resp< void >, Arguments...>::args, 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.
The documentation for this class was generated from the following file: