xrootd
|
ZipList operation (. More...
#include <XrdClZipOperations.hh>
Public Member Functions | |
std::string | ToString () |
![]() | |
ZipOperation (Ctx< ZipArchive > zip, Arguments... args) | |
ZipOperation (ZipOperation< ZipListImpl, from, Resp< DirectoryList >, Arguments... > &&op) | |
virtual | ~ZipOperation () |
Destructor. More... | |
![]() | |
ConcreteOperation (Args &&... args) | |
ConcreteOperation (ConcreteOperation< ZipListImpl, from, Resp< DirectoryList >, Args... > &&op) | |
ZipListImpl< true > | operator>> (Hdlr &&hdlr) |
ZipListImpl< true > | operator| (Operation< true > &op) |
ZipListImpl< true > | operator| (Operation< true > &&op) |
ZipListImpl< true > | operator| (Operation< false > &op) |
ZipListImpl< true > | operator| (Operation< false > &&op) |
ZipListImpl< true > | operator| (FinalOperation &&fo) |
Adds a final operation to the pipeline. More... | |
Operation< HasHndl > * | Move () |
Operation< true > * | ToHandled () |
ZipListImpl< HasHndl > | Timeout (uint16_t timeout) |
Set operation timeout. More... | |
![]() | |
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) |
![]() | |
ZipListImpl< to > | Transform () |
ZipListImpl< true > | StreamImpl (ResponseHandler *handler) |
![]() | |
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) |
ZipList operation (.
|
inlineprotectedvirtual |
RunImpl operation (
params | : container with parameters forwarded from previous operation |
Implements XrdCl::Operation< HasHndl >.
References XrdCl::Operation< HasHndl >::handler, XrdCl::Status::IsOK(), XrdCl::AnyObject::Set(), and XrdCl::ZipOperation< ZipListImpl, HasHndl, Resp< DirectoryList > >::zip.
|
inlinevirtual |