xrootd
|
Ping operation (. More...
#include <XrdClFileSystemOperations.hh>
Public Member Functions | |
std::string | ToString () |
![]() | |
FileSystemOperation (FileSystem *fs, Args...args) | |
FileSystemOperation (FileSystem &fs, Args...args) | |
FileSystemOperation (FileSystemOperation< PingImpl, from, Resp< void >, Args...> &&op) | |
virtual | ~FileSystemOperation () |
Destructor. More... | |
![]() | |
ConcreteOperation (Args &&...args) | |
ConcreteOperation (ConcreteOperation< PingImpl, from, Resp< void >, Args...> &&op) | |
PingImpl< true > | operator>> (Hdlr &&hdlr) |
PingImpl< true > | operator| (Operation< true > &op) |
PingImpl< true > | operator| (Operation< true > &&op) |
PingImpl< true > | operator| (Operation< false > &op) |
PingImpl< true > | operator| (Operation< false > &&op) |
![]() | |
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 () |
![]() | |
Operation< HasHndl > * | Move () |
Operation< true > * | ToHandled () |
PingImpl< to > | Transform () |
PingImpl< true > | StreamImpl (ResponseHandler *handler, bool own) |
![]() | |
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 PingImpl< true > | PipeImpl (ConcreteOperation< PingImpl, true, Resp< void >, Args...> &me, Operation< true > &op) |
static PingImpl< true > | PipeImpl (ConcreteOperation< PingImpl, true, Resp< void >, Args...> &me, Operation< false > &op) |
static PingImpl< true > | PipeImpl (ConcreteOperation< PingImpl, false, Resp< void >, Args...> &me, Operation< true > &op) |
static PingImpl< true > | PipeImpl (ConcreteOperation< PingImpl, false, Resp< void >, Args...> &me, Operation< false > &op) |
![]() | |
FileSystem * | filesystem |
The file system object itself. More... | |
![]() | |
std::tuple< Args...> | args |
Operation arguments. More... | |
![]() | |
std::unique_ptr< PipelineHandler > | handler |
Operation handler. More... | |
bool | valid |
Flag indicating if it is a valid object. More... | |
Ping operation (.
|
inlineprotectedvirtual |
RunImpl operation (
params | : container with parameters forwarded from previous operation |
Implements XrdCl::Operation< HasHndl >.
References XrdCl::FileSystemOperation< PingImpl, HasHndl, Resp< void > >::filesystem, XrdCl::Operation< HasHndl >::handler, and XrdCl::FileSystem::Ping().
|
inlinevirtual |