NCBI C++ ToolKit
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
SThrottleParams::SIOFailureThreshold Struct Reference

Search Toolkit Book for SThrottleParams::SIOFailureThreshold

#include "srv_connections_impl.hpp"
(Private to src/connect/services.)

+ Collaboration diagram for SThrottleParams::SIOFailureThreshold:

Public Member Functions

void Init (CSynRegistry &registry, const SRegSynonyms &sections)
 

Public Attributes

size_t numerator = 0
 
size_t denominator = 1
 

Static Public Attributes

constexpr static size_t kMaxDenominator = 128
 

Detailed Description

Definition at line 156 of file srv_connections_impl.hpp.

Member Function Documentation

◆ Init()

void SThrottleParams::SIOFailureThreshold::Init ( CSynRegistry registry,
const SRegSynonyms sections 
)

Member Data Documentation

◆ denominator

size_t SThrottleParams::SIOFailureThreshold::denominator = 1

Definition at line 159 of file srv_connections_impl.hpp.

Referenced by SThrottleStats::Adjust(), and Init().

◆ kMaxDenominator

constexpr static size_t SThrottleParams::SIOFailureThreshold::kMaxDenominator = 128
staticconstexpr

Definition at line 160 of file srv_connections_impl.hpp.

Referenced by Init().

◆ numerator

size_t SThrottleParams::SIOFailureThreshold::numerator = 0

Definition at line 158 of file srv_connections_impl.hpp.

Referenced by SThrottleStats::Adjust(), and Init().


The documentation for this struct was generated from the following files:
Modified on Fri Sep 20 14:58:10 2024 by modify_doxy.py rev. 669887