|
XRootD
|
#include <XrdHttpTpcPool.hh>
Collaboration diagram for TPC::TPCRequestManager:Classes | |
| class | TPCRequest |
Public Member Functions | |
| TPCRequestManager (XrdOucEnv &xrdEnv, XrdSysError &eDest) | |
| bool | Produce (TPCRequest &handler) |
| void | SetMaxIdleRequests (unsigned max_pending_ops) |
| void | SetMaxWorkers (unsigned max_workers) |
| void | SetWorkerIdleTimeout (std::chrono::steady_clock::duration dur) |
Definition at line 38 of file XrdHttpTpcPool.hh.
| TPCRequestManager::TPCRequestManager | ( | XrdOucEnv & | xrdEnv, |
| XrdSysError & | eDest ) |
Definition at line 396 of file XrdHttpTpcPool.cc.
References eDest.
| bool TPCRequestManager::Produce | ( | TPCRequestManager::TPCRequest & | handler | ) |
Definition at line 403 of file XrdHttpTpcPool.cc.
References TPC::TPCRequestManager::TPCRequest::GetLabel(), and TPC::Info.
Here is the call graph for this function:
|
inline |
Definition at line 78 of file XrdHttpTpcPool.hh.
|
inline |
Definition at line 77 of file XrdHttpTpcPool.hh.
| void TPCRequestManager::SetWorkerIdleTimeout | ( | std::chrono::steady_clock::duration | dur | ) |
Definition at line 398 of file XrdHttpTpcPool.cc.