19 #ifndef __XRD_CL_SID_MANAGER_HH__
20 #define __XRD_CL_SID_MANAGER_HH__
25 #include <unordered_map>
53 #if __cplusplus < 201103L
191 std::unordered_map<std::string, SIDManager*>
pool;
Handle XRootD stream IDs.
Definition: XrdClSIDManager.hh:43
void ReleaseTimedOut(uint8_t sid[2])
Release a timed out SID.
uint16_t GetNumberOfAllocatedSIDs() const
Number of allocated streams.
SIDManager()
Constructor.
Definition: XrdClSIDManager.hh:51
std::list< uint16_t > pFreeSIDs
Definition: XrdClSIDManager.hh:116
void TimeOutSID(uint8_t sid[2])
Register a SID of a request that timed out.
std::set< uint16_t > pTimeOutSIDs
Definition: XrdClSIDManager.hh:117
XrdSysMutex pMutex
Definition: XrdClSIDManager.hh:119
size_t pRefCount
Definition: XrdClSIDManager.hh:120
uint16_t pSIDCeiling
Definition: XrdClSIDManager.hh:118
bool IsTimedOut(uint8_t sid[2])
Check if a SID is timed out.
~SIDManager()
Destructor.
Definition: XrdClSIDManager.hh:64
Status AllocateSID(uint8_t sid[2])
uint32_t NumberOfTimedOutSIDs() const
Number of timeout sids.
Definition: XrdClSIDManager.hh:104
void ReleaseAllTimedOut()
Release all timed out SIDs.
void ReleaseSID(uint8_t sid[2])
Release the SID that is no longer needed.
Pool of SID manager objects.
Definition: XrdClSIDManager.hh:127
static SIDMgrPool & Instance()
Definition: XrdClSIDManager.hh:133
SIDMgrPool(SIDMgrPool &&)=delete
XrdSysMutex mtx
Definition: XrdClSIDManager.hh:190
std::unordered_map< std::string, SIDManager * > pool
Definition: XrdClSIDManager.hh:191
std::shared_ptr< SIDManager > GetSIDMgr(const URL &url)
~SIDMgrPool()
Destructor.
Definition: XrdClSIDManager.hh:145
SIDMgrPool(const SIDMgrPool &)=delete
Deleted constructors.
SIDMgrPool & operator=(const SIDMgrPool &)=delete
Deleted assigment operators.
void Recycle(SIDManager *mgr)
SIDMgrPool & operator=(SIDMgrPool &&)=delete
SIDMgrPool()
Constructor.
Definition: XrdClSIDManager.hh:176
URL representation.
Definition: XrdClURL.hh:31
Definition: XrdSysPthread.hh:263
Definition: XrdSysPthread.hh:165
Definition: XrdClAnyObject.hh:26
A functional object for handling the deletion of SIDManager objects.
Definition: XrdClSIDManager.hh:165
void operator()(SIDManager *mgr)
Definition: XrdClSIDManager.hh:166
Procedure execution status.
Definition: XrdClStatus.hh:114