#include <memory>
#include <thread>
#include <chrono>
#include <atomic>
#include <iostream>
#include <cassert>
#include <netdb.h>
#include "XrdCl/XrdClFile.hh"
#include "FWCore/Utilities/interface/EDMException.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "XrdSource.h"
#include "XrdRequest.h"
#include "QualityMetric.h"
#include "XrdStatistics.h"
Go to the source code of this file.
Classes | |
class | DelayedClose |
class | QueryAttrHandler |
struct | QueryAttrHandler::QueryAttrState |
Macros | |
#define | _GLIBCXX_USE_NANOSLEEP |
#define | MAX_REQUEST 256 * 1024 |
#define | XRD_CL_MAX_CHUNK 512 * 1024 |
Functions | |
assert (m_qm.get()) | |
assert (m_fh.get()) | |
if (getDomain(m_id, domain_id)) | |
if (statsService) | |
m_exclude (exclude) | |
m_fh (std::move(fh)) | |
m_id ("(unknown)") | |
setXrootdSite () | |
static void | validateList (const XrdCl::ChunkList &cl) |
Variables | |
std::string | domain_id |
else | |
std::atomic< int > | g_delayCount {0} |
m_prettyid = m_id + " (unknown site)" | |
XrdSiteStatisticsInformation * | statsService = XrdSiteStatisticsInformation::getInstance() |
#define _GLIBCXX_USE_NANOSLEEP |
Definition at line 3 of file XrdSource.cc.
#define MAX_REQUEST 256 * 1024 |
Definition at line 23 of file XrdSource.cc.
#define XRD_CL_MAX_CHUNK 512 * 1024 |
Definition at line 24 of file XrdSource.cc.
Referenced by validateList().
assert | ( | m_qm. | get() | ) |
assert | ( | m_fh. | get() | ) |
if | ( | statsService | ) |
Definition at line 214 of file XrdSource.cc.
References XrdAdaptor::XrdSiteStatisticsInformation::getStatisticsForSite().
m_exclude | ( | exclude | ) |
m_fh | ( | std:: | movefh | ) |
Referenced by DelayedClose::DelayedClose().
m_id | ( | "(unknown)" | ) |
Referenced by DelayedClose::HandleResponseWithHosts(), and edmNew::DetSet< T >::set().
setXrootdSite | ( | ) |
|
static |
Definition at line 370 of file XrdSource.cc.
References cms::cuda::assert(), and XRD_CL_MAX_CHUNK.
Referenced by XrdAdaptor::Source::handle().
std::string domain_id |
Definition at line 204 of file XrdSource.cc.
Referenced by if().
else |
Definition at line 207 of file XrdSource.cc.
std::atomic<int> g_delayCount {0} |
Definition at line 32 of file XrdSource.cc.
m_prettyid = m_id + " (unknown site)" |
Definition at line 203 of file XrdSource.cc.
XrdSiteStatisticsInformation* statsService = XrdSiteStatisticsInformation::getInstance() |
Definition at line 213 of file XrdSource.cc.
Referenced by TStorageFactoryFile::Initialize(), and XrdAdaptor::RequestManager::updateCurrentServer().