|
XRootD
|
Wrapper class used to assign a load balancer. More...
Inheritance diagram for XrdCl::AssignLBHandler:
Collaboration diagram for XrdCl::AssignLBHandler:Public Member Functions | |
| AssignLBHandler (std::shared_ptr< FileSystemData > &fs, ResponseHandler *userHandler) | |
| virtual | ~AssignLBHandler () |
| virtual void | HandleResponseWithHosts (XRootDStatus *status, AnyObject *response, HostList *hostList) |
Public Member Functions inherited from XrdCl::ResponseHandler | |
| virtual | ~ResponseHandler () |
| virtual void | HandleResponse (XRootDStatus *status, AnyObject *response) |
Additional Inherited Members | |
Static Public Member Functions inherited from XrdCl::ResponseHandler | |
| static ResponseHandler * | Wrap (std::function< void(XRootDStatus &, AnyObject &)> func) |
| static ResponseHandler * | Wrap (std::function< void(XRootDStatus *, AnyObject *)> func) |
Wrapper class used to assign a load balancer.
Definition at line 882 of file XrdClFileSystem.cc.
|
inline |
Definition at line 888 of file XrdClFileSystem.cc.
|
inlinevirtual |
Definition at line 892 of file XrdClFileSystem.cc.
|
virtual |
Called when a response to associated request arrives or an error occurs
| status | status of the request |
| response | an object associated with the response (request dependent) |
| hostList | list of hosts the request was redirected to |
Reimplemented from XrdCl::ResponseHandler.
Definition at line 1034 of file XrdClFileSystem.cc.
References XrdCl::Status::code, XrdCl::ResponseHandler::HandleResponseWithHosts(), XrdCl::Status::IsOK(), and XrdCl::suContinue.
Here is the call graph for this function: