![]() |
XRootD
|
Sync action. More...
#include <XrdClAction.hh>
Public Member Functions | |
SyncAction (void *file, uint16_t timeout) | |
std::string | ArgStr () |
Convert operation arguments into a string. More... | |
std::string | Name () |
Action name. More... | |
![]() | |
Action (void *file, uint16_t timeout) | |
virtual | ~Action () |
Destructor. More... | |
void | RecordResult (XRootDStatus *st, AnyObject *rsp) |
Record the server response / error / timeout. More... | |
virtual void | Serialize (AnyObject *response) |
Serialize server response. More... | |
std::string | ToString () |
Convert the action / response data into csv row. More... | |
Additional Inherited Members | |
![]() | |
static double | time (std::chrono::time_point< std::chrono::system_clock, std::chrono::nanoseconds > tp) |
Convert timpoint to unix timestamp with ns. More... | |
static double | timeNow () |
Get curretn unix time in ns precision as a double. More... | |
![]() | |
uint64_t | id |
std::string | serialrsp |
std::chrono::system_clock::time_point | start |
XRootDStatus | status |
std::chrono::system_clock::time_point | stop |
uint16_t | timeout |
Sync action.
Definition at line 320 of file XrdClAction.hh.
|
inline |
Definition at line 322 of file XrdClAction.hh.
|
inlinevirtual |
Convert operation arguments into a string.
Implements XrdCl::Action.
Definition at line 329 of file XrdClAction.hh.
|
inlinevirtual |