Stat action. More...
#include <XrdClAction.hh>
Public Member Functions | |
| StatAction (void *file, bool force, time_t timeout) | |
| std::string | ArgStr () |
| Convert operation arguments into a string. | |
| std::string | Name () |
| Action name. | |
| void | Serialize (AnyObject *response) |
| Serialize server response. | |
| Public Member Functions inherited from XrdCl::Action | |
| Action (void *file, time_t timeout) | |
| virtual | ~Action () |
| Destructor. | |
| void | RecordResult (XRootDStatus *st, AnyObject *rsp) |
| Record the server response / error / timeout. | |
| std::string | ToString () |
| Convert the action / response data into csv row. | |
Public Attributes | |
| bool | force |
| Public Attributes inherited from XrdCl::Action | |
| uint64_t | id |
| std::string | serialrsp |
| std::chrono::system_clock::time_point | start |
| XRootDStatus | status |
| std::chrono::system_clock::time_point | stop |
| time_t | timeout |
Additional Inherited Members | |
| Static Public Member Functions inherited from XrdCl::Action | |
| static double | time (std::chrono::time_point< std::chrono::system_clock, std::chrono::nanoseconds > tp) |
| Convert timpoint to unix timestamp with ns. | |
| static double | timeNow () |
| Get curretn unix time in ns precision as a double. | |
Stat action.
Definition at line 186 of file XrdClAction.hh.
|
inline |
Definition at line 188 of file XrdClAction.hh.
References XrdCl::Action::Action(), force, and XrdCl::Action::timeout.
|
inlinevirtual |
Convert operation arguments into a string.
Implements XrdCl::Action.
Definition at line 196 of file XrdClAction.hh.
References force.
|
inlinevirtual |
Action name.
Implements XrdCl::Action.
Definition at line 194 of file XrdClAction.hh.
|
inlinevirtual |
Serialize server response.
Reimplemented from XrdCl::Action.
Definition at line 198 of file XrdClAction.hh.
References XrdCl::AnyObject::Get(), XrdCl::StatInfo::GetAccessTime(), XrdCl::StatInfo::GetChangeTime(), XrdCl::StatInfo::GetChecksum(), XrdCl::StatInfo::GetFlags(), XrdCl::StatInfo::GetGroup(), XrdCl::StatInfo::GetModeAsOctString(), XrdCl::StatInfo::GetModTime(), XrdCl::StatInfo::GetOwner(), XrdCl::StatInfo::GetSize(), and XrdCl::Action::serialrsp.
| bool XrdCl::StatAction::force |
Definition at line 219 of file XrdClAction.hh.
Referenced by StatAction(), and ArgStr().