|
XRootD
|
Collaboration diagram for XrdCl::FileSystemData: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 927 of file XrdClFileSystem.cc.
|
inline |
Definition at line 929 of file XrdClFileSystem.cc.
References pFollowRedirects, pLoadBalancerLookupDone, and pUrl.
|
inline |
Definition at line 993 of file XrdClFileSystem.cc.
References XrdCl::Log::Dump(), XrdCl::FileSystemMsg, XrdCl::URL::GetHostId(), XrdCl::DefaultEnv::GetLog(), pLastUrl, pMutex, and pUrl.
Here is the call graph for this function:
|
inline |
Definition at line 975 of file XrdClFileSystem.cc.
References XrdCl::Log::Dump(), XrdCl::FileSystemMsg, XrdCl::URL::GetHostId(), XrdCl::DefaultEnv::GetLog(), pLoadBalancerLookupDone, pMutex, and pUrl.
Here is the call graph for this function:
|
inlinestatic |
Definition at line 939 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().
Here is the call graph for this function:
Here is the caller graph for this function:| bool XrdCl::FileSystemData::pFollowRedirects |
Definition at line 1006 of file XrdClFileSystem.cc.
Referenced by FileSystemData().
| std::unique_ptr<URL> XrdCl::FileSystemData::pLastUrl |
Definition at line 1008 of file XrdClFileSystem.cc.
Referenced by AssignLastURL().
| bool XrdCl::FileSystemData::pLoadBalancerLookupDone |
Definition at line 1005 of file XrdClFileSystem.cc.
Referenced by FileSystemData(), and AssignLoadBalancer().
| XrdSysMutex XrdCl::FileSystemData::pMutex |
Definition at line 1004 of file XrdClFileSystem.cc.
Referenced by AssignLastURL(), and AssignLoadBalancer().
| std::unique_ptr<URL> XrdCl::FileSystemData::pUrl |
Definition at line 1007 of file XrdClFileSystem.cc.
Referenced by FileSystemData(), AssignLastURL(), and AssignLoadBalancer().