Definition at line 927 of file XrdClFileSystem.cc.
◆ FileSystemData()
XrdCl::FileSystemData::FileSystemData |
( |
const URL & |
url | ) |
|
|
inline |
Definition at line 929 of file XrdClFileSystem.cc.
std::string GetURL() const
Get the URL.
bool pLoadBalancerLookupDone
std::unique_ptr< URL > pUrl
◆ AssignLastURL()
void XrdCl::FileSystemData::AssignLastURL |
( |
const URL & |
url | ) |
|
|
inline |
◆ AssignLoadBalancer()
void XrdCl::FileSystemData::AssignLoadBalancer |
( |
const URL & |
url | ) |
|
|
inline |
◆ Send()
Definition at line 939 of file XrdClFileSystem.cc.
951 handler = lastUrlHandler;
954 if( !fs->pLoadBalancerLookupDone && fs->pFollowRedirects )
965 delete lastUrlHandler;
Wrapper class used to assign a load balancer.
Wrapper class used to assign last URL.
static XRootDStatus SendMessage(const URL &url, Message *msg, ResponseHandler *handler, MessageSendParams &sendParams, LocalFileHandler *lFileHandler)
Send message.
const std::string & GetObfuscatedDescription() const
Get the description of the message with authz parameter obfuscated.
References XrdCl::Log::Dump(), XrdCl::FileSystemMsg, XrdCl::MessageSendParams::followRedirects, XrdCl::Message::GetObfuscatedDescription(), and XrdCl::Status::IsOK().
Referenced by XrdCl::FileSystem::ChMod(), XrdCl::FileSystem::DirList(), XrdCl::FileSystem::Locate(), XrdCl::FileSystem::MkDir(), XrdCl::FileSystem::Mv(), XrdCl::FileSystem::Ping(), XrdCl::FileSystem::Prepare(), XrdCl::FileSystem::Protocol(), XrdCl::FileSystem::Query(), XrdCl::FileSystem::Rm(), XrdCl::FileSystem::RmDir(), XrdCl::FileSystem::Stat(), XrdCl::FileSystem::StatVFS(), and XrdCl::FileSystem::Truncate().
◆ pFollowRedirects
bool XrdCl::FileSystemData::pFollowRedirects |
◆ pLastUrl
std::unique_ptr<URL> XrdCl::FileSystemData::pLastUrl |
◆ pLoadBalancerLookupDone
bool XrdCl::FileSystemData::pLoadBalancerLookupDone |
◆ pMutex
◆ pUrl
std::unique_ptr<URL> XrdCl::FileSystemData::pUrl |
The documentation for this struct was generated from the following file: