![]() |
XRootD
|
Public Types | |
enum | { UrlArg , UpdtArg } |
Public Member Functions | |
std::string | ToString () |
Name of the operation. More... | |
![]() | |
ZipOperation (Ctx< ZipArchive > zip, Arguments... args) | |
ZipOperation (ZipOperation< OpenOnlyImpl, from, XrdCl::Resp< void >, Arguments... > &&op) | |
virtual | ~ZipOperation () |
Destructor. More... | |
![]() | |
ConcreteOperation (Args &&... args) | |
template<bool from> | |
ConcreteOperation (ConcreteOperation< Derived, from, HdlrFactory, Args... > &&op) | |
Operation< HasHndl > * | Move () |
template<typename Hdlr > | |
Derived< true > | operator>> (Hdlr &&hdlr) |
Derived< true > | operator| (FinalOperation &&fo) |
Adds a final operation to the pipeline. More... | |
Derived< true > | operator| (Operation< false > &&op) |
Derived< true > | operator| (Operation< false > &op) |
Derived< true > | operator| (Operation< true > &&op) |
Derived< true > | operator| (Operation< true > &op) |
Derived< HasHndl > | Timeout (uint16_t timeout) |
Set operation timeout. More... | |
Operation< true > * | ToHandled () |
![]() | |
Operation () | |
Constructor. More... | |
template<bool from> | |
Operation (Operation< from > &&op) | |
Move constructor between template instances. More... | |
virtual | ~Operation () |
Destructor. More... | |
Protected Member Functions | |
XrdCl::XRootDStatus | RunImpl (XrdCl::PipelineHandler *handler, uint16_t pipelineTimeout) |
![]() | |
Derived< true > | StreamImpl (ResponseHandler *handler) |
template<bool to> | |
Derived< to > | Transform () |
![]() | |
void | AddOperation (Operation< true > *op) |
void | Run (Timeout timeout, std::promise< XRootDStatus > prms, std::function< void(const XRootDStatus &)> final) |
Additional Inherited Members | |
![]() | |
static void | AllocHandler (ConcreteOperation< Derived, false, HdlrFactory, Args... > &me) |
static void | AllocHandler (ConcreteOperation< Derived, true, HdlrFactory, Args... > &me) |
static Derived< true > | PipeImpl (ConcreteOperation< Derived, HasHndl, HdlrFactory, Args... > &me, Operation< false > &op) |
static Derived< true > | PipeImpl (ConcreteOperation< Derived, HasHndl, HdlrFactory, Args... > &me, Operation< true > &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... | |
Definition at line 57 of file XrdEcReader.cc.
anonymous enum |
|
inlineprotectedvirtual |
Run the actual operation
params | : container with parameters forwarded from previous operation |
Implements XrdCl::Operation< HasHndl >.
Definition at line 91 of file XrdEcReader.cc.
References XrdCl::ConcreteOperation< Derived, HasHndl, HdlrFactory, Args >::args, XrdCl::Operation< HasHndl >::handler, XrdCl::ConcreteOperation< Derived, HasHndl, HdlrFactory, Args >::timeout, and XrdCl::ZipOperation< OpenOnlyImpl, HasHndl, XrdCl::Resp< void >, XrdCl::Arg< std::string >, XrdCl::Arg< bool > >::zip.
|
inlinevirtual |
Name of the operation.
Implements XrdCl::Operation< HasHndl >.
Definition at line 77 of file XrdEcReader.cc.