![]() |
XRootD
|
Public Types | |
typedef std::map< std::string, Channel * > | ChannelMap |
Public Member Functions | |
PostMasterImpl () | |
~PostMasterImpl () | |
Public Attributes | |
ChannelMap | pChannelMap |
XrdSysMutex | pChannelMapMutex |
XrdSysRWLock | pDisconnectLock |
bool | pInitialized |
JobManager * | pJobManager |
XrdSysMutex | pMtx |
std::function< void(const URL &, const XRootDStatus &)> | pOnConnErrCB |
std::unique_ptr< Job > | pOnConnJob |
Poller * | pPoller |
bool | pRunning |
TaskManager * | pTaskManager |
Definition at line 58 of file XrdClPostMaster.cc.
typedef std::map<std::string, Channel*> XrdCl::PostMasterImpl::ChannelMap |
Definition at line 77 of file XrdClPostMaster.cc.
|
inline |
Definition at line 60 of file XrdClPostMaster.cc.
References XrdCl::DefaultWorkerThreads, XrdCl::DefaultEnv::GetEnv(), XrdCl::Env::GetInt(), pJobManager, and pTaskManager.
|
inline |
Definition at line 70 of file XrdClPostMaster.cc.
References pJobManager, pPoller, and pTaskManager.
ChannelMap XrdCl::PostMasterImpl::pChannelMap |
Definition at line 81 of file XrdClPostMaster.cc.
XrdSysMutex XrdCl::PostMasterImpl::pChannelMapMutex |
Definition at line 82 of file XrdClPostMaster.cc.
XrdSysRWLock XrdCl::PostMasterImpl::pDisconnectLock |
Definition at line 91 of file XrdClPostMaster.cc.
bool XrdCl::PostMasterImpl::pInitialized |
Definition at line 83 of file XrdClPostMaster.cc.
JobManager* XrdCl::PostMasterImpl::pJobManager |
Definition at line 85 of file XrdClPostMaster.cc.
Referenced by PostMasterImpl(), and ~PostMasterImpl().
XrdSysMutex XrdCl::PostMasterImpl::pMtx |
Definition at line 87 of file XrdClPostMaster.cc.
std::function<void( const URL&, const XRootDStatus& )> XrdCl::PostMasterImpl::pOnConnErrCB |
Definition at line 89 of file XrdClPostMaster.cc.
std::unique_ptr<Job> XrdCl::PostMasterImpl::pOnConnJob |
Definition at line 88 of file XrdClPostMaster.cc.
Poller* XrdCl::PostMasterImpl::pPoller |
Definition at line 79 of file XrdClPostMaster.cc.
Referenced by ~PostMasterImpl().
bool XrdCl::PostMasterImpl::pRunning |
Definition at line 84 of file XrdClPostMaster.cc.
TaskManager* XrdCl::PostMasterImpl::pTaskManager |
Definition at line 80 of file XrdClPostMaster.cc.
Referenced by PostMasterImpl(), and ~PostMasterImpl().