#include <I_SplitDNSProcessor.h>
Static Public Member Functions | |
static void | startup () |
static bool | isSplitDNSEnabled () |
static void | reconfigure () |
static SplitDNS * | acquire () |
static void | release (SplitDNS *params) |
static void | print () |
Static Public Attributes | |
static int | m_id |
static Ptr< ProxyMutex > | dnsHandler_mutex |
static int | gsplit_dns_enabled |
Definition at line 41 of file I_SplitDNSProcessor.h.
static SplitDNS* SplitDNSConfig::acquire | ( | ) | [static] |
Referenced by get_hostinfo_ClusterFunction(), and HostDBProcessor::getbyname_imm().
TS_INLINE bool SplitDNSConfig::isSplitDNSEnabled | ( | ) | [static] |
Definition at line 120 of file P_SplitDNSProcessor.h.
References gsplit_dns_enabled.
Referenced by get_hostinfo_ClusterFunction(), and HostDBProcessor::getbyname_imm().
static void SplitDNSConfig::print | ( | ) | [static] |
void SplitDNSConfig::reconfigure | ( | ) | [static] |
Definition at line 195 of file UglyLogStubs.cc.
Referenced by DNSProcessor::start().
static void SplitDNSConfig::release | ( | SplitDNS * | params | ) | [static] |
Referenced by get_hostinfo_ClusterFunction(), and HostDBProcessor::getbyname_imm().
static void SplitDNSConfig::startup | ( | ) | [static] |
Referenced by main().
Ptr<ProxyMutex> SplitDNSConfig::dnsHandler_mutex [static] |
Definition at line 54 of file I_SplitDNSProcessor.h.
int SplitDNSConfig::gsplit_dns_enabled [static] |
Definition at line 56 of file I_SplitDNSProcessor.h.
Referenced by DNSEntry::init(), isSplitDNSEnabled(), and DNSProcessor::start().
int SplitDNSConfig::m_id [static] |
Definition at line 53 of file I_SplitDNSProcessor.h.