|
xrootd
|
Vector Write action. More...
#include <XrdClAction.hh>


Public Member Functions | |
| VectorWriteAction (void *file, const ChunkList &chunks, uint16_t timeout) | |
| std::string | Name () |
| Action name. More... | |
| std::string | ArgStr () |
| Convert operation arguments into a string. More... | |
Public Member Functions inherited from XrdCl::Action | |
| Action (void *file, uint16_t timeout) | |
| void | RecordResult (XRootDStatus *st, AnyObject *rsp) |
| Record the server response / error / timeout. More... | |
| std::string | ToString () |
| Convert the action / response data into csv row. More... | |
| virtual | ~Action () |
| Destructor. More... | |
| virtual void | Serialize (AnyObject *response) |
| Serialize server response. More... | |
Public Attributes | |
| ChunkList | req |
Public Attributes inherited from XrdCl::Action | |
| uint64_t | id |
| uint16_t | timeout |
| std::chrono::system_clock::time_point | start |
| XRootDStatus | status |
| std::string | serialrsp |
| std::chrono::system_clock::time_point | stop |
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. More... | |
| static double | timeNow () |
| Get curretn unix time in ns precision as a double. More... | |
Vector Write action.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Action name.
Implements XrdCl::Action.
1.8.5