Public Member Functions | |
FileSystemData (const URL &url) | |
void | AssignLastURL (const URL &url) |
void | AssignLoadBalancer (const URL &url) |
Static Public Member Functions | |
static XRootDStatus | Send (std::shared_ptr< FileSystemData > &fs, Message *msg, ResponseHandler *handler, MessageSendParams ¶ms) |
Public Attributes | |
bool | pFollowRedirects |
std::unique_ptr< URL > | pLastUrl |
bool | pLoadBalancerLookupDone |
XrdSysMutex | pMutex |
std::unique_ptr< URL > | pUrl |
Definition at line 934 of file XrdClFileSystem.cc.
|
inline |
Definition at line 936 of file XrdClFileSystem.cc.
References pFollowRedirects, pLoadBalancerLookupDone, and pUrl.
|
inline |
Definition at line 1000 of file XrdClFileSystem.cc.
References XrdCl::Log::Dump(), XrdCl::FileSystemMsg, XrdCl::URL::GetHostId(), XrdCl::DefaultEnv::GetLog(), pLastUrl, pMutex, and pUrl.
|
inline |
Definition at line 982 of file XrdClFileSystem.cc.
References XrdCl::Log::Dump(), XrdCl::FileSystemMsg, XrdCl::URL::GetHostId(), XrdCl::DefaultEnv::GetLog(), pLoadBalancerLookupDone, pMutex, and pUrl.
|
inlinestatic |
Definition at line 946 of file XrdClFileSystem.cc.
References XrdCl::Log::Dump(), XrdCl::FileSystemMsg, XrdCl::MessageSendParams::followRedirects, XrdCl::DefaultEnv::GetLog(), XrdCl::Message::GetObfuscatedDescription(), XrdCl::Status::IsOK(), and XrdCl::MessageUtils::SendMessage().
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().
bool XrdCl::FileSystemData::pFollowRedirects |
Definition at line 1013 of file XrdClFileSystem.cc.
Referenced by FileSystemData().
std::unique_ptr<URL> XrdCl::FileSystemData::pLastUrl |
Definition at line 1015 of file XrdClFileSystem.cc.
Referenced by AssignLastURL().
bool XrdCl::FileSystemData::pLoadBalancerLookupDone |
Definition at line 1012 of file XrdClFileSystem.cc.
Referenced by FileSystemData(), and AssignLoadBalancer().
XrdSysMutex XrdCl::FileSystemData::pMutex |
Definition at line 1011 of file XrdClFileSystem.cc.
Referenced by AssignLastURL(), and AssignLoadBalancer().
std::unique_ptr<URL> XrdCl::FileSystemData::pUrl |
Definition at line 1014 of file XrdClFileSystem.cc.
Referenced by FileSystemData(), AssignLastURL(), and AssignLoadBalancer().