DeepLocate 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 () |
Public Member Functions inherited from XrdCl::FileSystemOperation< DeepLocateImpl, HasHndl, Resp< LocationInfo >, Arg< std::string >, Arg< OpenFlags::Flags > > | |
virtual | ~FileSystemOperation () |
Destructor. | |
Public Member Functions inherited from XrdCl::ConcreteOperation< DeepLocateImpl, HasHndl, Resp< LocationInfo >, Args... > | |
Operation< HasHndl > * | Move () |
DeepLocateImpl< true > | operator>> (Hdlr &&hdlr) |
DeepLocateImpl< true > | operator| (Operation< true > &op) |
DeepLocateImpl< HasHndl > | Timeout (uint16_t timeout) |
Set operation timeout. | |
Operation< true > * | ToHandled () |
Public Member Functions inherited from XrdCl::Operation< HasHndl > | |
Operation () | |
Constructor. | |
template<bool from> | |
Operation (Operation< from > &&op) | |
Move constructor between template instances. | |
virtual | ~Operation () |
Destructor. |
Protected Member Functions | |
XRootDStatus | RunImpl (PipelineHandler *handler, uint16_t pipelineTimeout) |
Protected Member Functions inherited from XrdCl::ConcreteOperation< DeepLocateImpl, HasHndl, Resp< LocationInfo >, Args... > | |
DeepLocateImpl< true > | StreamImpl (ResponseHandler *handler) |
DeepLocateImpl< to > | Transform () |
Protected Member Functions inherited from XrdCl::Operation< HasHndl > | |
void | AddOperation (Operation< true > *op) |
void | Run (Timeout timeout, std::promise< XRootDStatus > prms, std::function< void(const XRootDStatus &)> final) |
DeepLocate operation (.
Definition at line 142 of file XrdClFileSystemOperations.hh.
anonymous enum |
Argument indexes in the args tuple.
Enumerator | |
---|---|
PathArg | |
FlagsArg |
Definition at line 156 of file XrdClFileSystemOperations.hh.
enum XrdCl::OpenFlags::Flags |
Open flags, may be or'd when appropriate.
Definition at line 75 of file XrdClFileSystem.hh.
|
inlineprotectedvirtual |
RunImpl operation (
params | : container with parameters forwarded from previous operation |
Implements XrdCl::Operation< HasHndl >.
Definition at line 175 of file XrdClFileSystemOperations.hh.
|
inlinevirtual |
Implements XrdCl::Operation< HasHndl >.
Definition at line 161 of file XrdClFileSystemOperations.hh.