NCBI C++ ToolKit
|
Search Toolkit Book for SThrottleParams::SIOFailureThreshold
#include "srv_connections_impl.hpp"
(Private to src/connect/services
.)
Public Member Functions | |
void | Init (CSynRegistry ®istry, const SRegSynonyms §ions) |
Public Attributes | |
size_t | numerator = 0 |
size_t | denominator = 1 |
Static Public Attributes | |
constexpr static size_t | kMaxDenominator = 128 |
Definition at line 156 of file srv_connections_impl.hpp.
void SThrottleParams::SIOFailureThreshold::Init | ( | CSynRegistry & | registry, |
const SRegSynonyms & | sections | ||
) |
Definition at line 864 of file srv_connections.cpp.
References denominator, NStr::fAllowLeadingSpaces, NStr::fAllowTrailingSpaces, NStr::fConvErr_NoThrow, flags, IRegistry::Get(), kEmptyStr, kMaxDenominator, n, numerator, registry, NStr::SplitInTwo(), and NStr::StringToInt().
Referenced by SThrottleParams::Init().
size_t SThrottleParams::SIOFailureThreshold::denominator = 1 |
Definition at line 159 of file srv_connections_impl.hpp.
Referenced by SThrottleStats::Adjust(), and Init().
|
staticconstexpr |
Definition at line 160 of file srv_connections_impl.hpp.
Referenced by Init().
size_t SThrottleParams::SIOFailureThreshold::numerator = 0 |
Definition at line 158 of file srv_connections_impl.hpp.
Referenced by SThrottleStats::Adjust(), and Init().