![]() |
XRootD
|
#include <XrdClXRootDResponses.hh>
Public Member Functions | |
Location (const std::string &address, LocationType type, AccessType access) | |
Constructor. More... | |
AccessType | GetAccessType () const |
Get access type. More... | |
const std::string & | GetAddress () const |
Get address. More... | |
LocationType | GetType () const |
Get location type. More... | |
bool | IsManager () const |
Check whether the location is a manager. More... | |
bool | IsServer () const |
Check whether the location is a server. More... | |
Definition at line 69 of file XrdClXRootDResponses.hh.
|
inline |
|
inline |
Get access type.
Definition at line 102 of file XrdClXRootDResponses.hh.
|
inline |
Get address.
Definition at line 86 of file XrdClXRootDResponses.hh.
Referenced by XrdCl::FileSystem::DirList(), XrdCl::ServerSpaceInfo::SelectLocations(), and XrdFfsPosix_mkdir().
|
inline |
Get location type.
Definition at line 94 of file XrdClXRootDResponses.hh.
Referenced by XrdCl::ServerSpaceInfo::SelectLocations().
|
inline |
Check whether the location is a manager.
Definition at line 118 of file XrdClXRootDResponses.hh.
References XrdCl::LocationInfo::ManagerOnline, and XrdCl::LocationInfo::ManagerPending.
|
inline |
Check whether the location is a server.
Definition at line 110 of file XrdClXRootDResponses.hh.
References XrdCl::LocationInfo::ServerOnline, and XrdCl::LocationInfo::ServerPending.