xrootd
|
ZipStat operation (. More...
#include <XrdClZipOperations.hh>
Public Member Functions | |
std::string | ToString () |
![]() | |
ZipOperation (Ctx< ZipArchive > zip, Arguments...args) | |
ZipOperation (ZipOperation< ZipStatImpl, from, Resp< StatInfo >, Arguments...> &&op) | |
virtual | ~ZipOperation () |
Destructor. More... | |
![]() | |
ConcreteOperation (Args &&...args) | |
ConcreteOperation (ConcreteOperation< ZipStatImpl, from, Resp< StatInfo >, Args...> &&op) | |
ZipStatImpl< true > | operator>> (Hdlr &&hdlr) |
ZipStatImpl< true > | operator| (Operation< true > &op) |
ZipStatImpl< true > | operator| (Operation< true > &&op) |
ZipStatImpl< true > | operator| (Operation< false > &op) |
ZipStatImpl< true > | operator| (Operation< false > &&op) |
ZipStatImpl< true > | operator| (FinalOperation &&fo) |
Adds a final operation to the pipeline. More... | |
Operation< HasHndl > * | Move () |
Operation< true > * | ToHandled () |
ZipStatImpl< 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... | |
Protected Member Functions | |
XRootDStatus | RunImpl (PipelineHandler *handler, uint16_t pipelineTimeout) |
![]() | |
ZipStatImpl< to > | Transform () |
ZipStatImpl< true > | StreamImpl (ResponseHandler *handler) |
![]() | |
void | Run (Timeout timeout, std::promise< XRootDStatus > prms, std::function< void(const XRootDStatus &)> final) |
void | AddOperation (Operation< true > *op) |
Additional Inherited Members | |
![]() | |
static void | AllocHandler (ConcreteOperation< ZipStatImpl, true, Resp< StatInfo >, Args...> &me) |
static void | AllocHandler (ConcreteOperation< ZipStatImpl, false, Resp< StatInfo >, Args...> &me) |
static ZipStatImpl< true > | PipeImpl (ConcreteOperation< ZipStatImpl, HasHndl, Resp< StatInfo >, Args...> &me, Operation< true > &op) |
static ZipStatImpl< true > | PipeImpl (ConcreteOperation< ZipStatImpl, HasHndl, Resp< StatInfo >, 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... | |
ZipStat operation (.
|
inlineprotectedvirtual |
RunImpl operation (
params | : container with parameters forwarded from previous operation |
Implements XrdCl::Operation< HasHndl >.
References XrdCl::PipelineHandler::HandleResponse(), XrdCl::Status::IsOK(), XrdCl::AnyObject::Set(), and XrdCl::ZipOperation< ZipStatImpl, HasHndl, Resp< StatInfo > >::zip.
|
inlinevirtual |