xrootd
|
Locate operation (. More...
#include <XrdClFileSystemOperations.hh>
Public Types | |
enum | { PathArg , FlagsArg } |
Argument indexes in the args tuple. More... | |
enum | Flags |
Open flags, may be or'd when appropriate. More... | |
Public Member Functions | |
std::string | ToString () |
![]() | |
FileSystemOperation (FileSystem *fs, Args... args) | |
FileSystemOperation (FileSystem &fs, Args... args) | |
FileSystemOperation (FileSystemOperation< LocateImpl, from, Resp< LocationInfo >, Args... > &&op) | |
virtual | ~FileSystemOperation () |
Destructor. More... | |
![]() | |
ConcreteOperation (Args &&... args) | |
template<bool from> | |
ConcreteOperation (ConcreteOperation< Derived, from, HdlrFactory, Args... > &&op) | |
template<typename Hdlr > | |
Derived< true > | operator>> (Hdlr &&hdlr) |
Derived< true > | operator| (Operation< true > &op) |
Derived< true > | operator| (Operation< true > &&op) |
Derived< true > | operator| (Operation< false > &op) |
Derived< true > | operator| (Operation< false > &&op) |
Derived< HasHndl > | Recovery (rcvry_func recovery) |
Set recovery procedure in case the operation fails. More... | |
Operation< HasHndl > * | Move () |
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 | |
XRootDStatus | RunImpl () |
![]() | |
template<bool to> | |
Derived< to > | Transform () |
Derived< true > | StreamImpl (ResponseHandler *handler) |
![]() | |
void | Run (std::promise< XRootDStatus > prms, std::function< void(const XRootDStatus &)> final) |
void | ForceHandler (const XRootDStatus &status) |
void | AddOperation (Operation< true > *op) |
Additional Inherited Members | |
![]() | |
static Derived< true > | PipeImpl (ConcreteOperation< Derived, true, HdlrFactory, Args... > &me, Operation< true > &op) |
static Derived< true > | PipeImpl (ConcreteOperation< Derived, true, HdlrFactory, Args... > &me, Operation< false > &op) |
static Derived< true > | PipeImpl (ConcreteOperation< Derived, false, HdlrFactory, Args... > &me, Operation< true > &op) |
static Derived< true > | PipeImpl (ConcreteOperation< Derived, false, HdlrFactory, Args... > &me, Operation< false > &op) |
![]() | |
FileSystem * | filesystem |
The file system object itself. More... | |
![]() | |
std::tuple< Args... > | args |
Operation arguments. More... | |
rcvry_func | recovery |
The recovery routine for this operation. More... | |
![]() | |
std::unique_ptr< PipelineHandler > | handler |
Operation handler. More... | |
bool | valid |
Flag indicating if it is a valid object. More... | |
Locate operation (.
anonymous enum |
enum XrdCl::OpenFlags::Flags |
Open flags, may be or'd when appropriate.
|
inlineprotectedvirtual |
RunImpl operation (
params | : container with parameters forwarded from previous operation |
Implements XrdCl::Operation< HasHndl >.
References XrdCl::PipelineException::GetError(), XrdCl::stError, and XrdCl::PipelineException::what().
|
inlinevirtual |