![]() |
XRootD
|
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... | |
Protected Member Functions | |
XRootDStatus | RunImpl (PipelineHandler *handler, uint16_t pipelineTimeout) |
![]() | |
DeepLocateImpl< true > | StreamImpl (ResponseHandler *handler) |
DeepLocateImpl< to > | Transform () |
![]() | |
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.
References XrdCl::ConcreteOperation< DeepLocateImpl, HasHndl, Resp< LocationInfo >, Args... >::args, XrdCl::FileSystemOperation< DeepLocateImpl, HasHndl, Resp< LocationInfo >, Arg< std::string >, Arg< OpenFlags::Flags > >::filesystem, XrdCl::Operation< HasHndl >::handler, and XrdCl::ConcreteOperation< DeepLocateImpl, HasHndl, Resp< LocationInfo >, Args... >::timeout.
|
inlinevirtual |
Implements XrdCl::Operation< HasHndl >.
Definition at line 161 of file XrdClFileSystemOperations.hh.