NCBI C++ ToolKit
|
Search Toolkit Book for SPSG_ThrottleParams
#include "psg_client_transport.hpp"
(Private to src/objtools/pubseq_gateway/client
.)
Classes | |
struct | SThreshold |
Public Member Functions | |
SPSG_ThrottleParams () | |
Public Attributes | |
const volatile uint64_t | period |
TPSG_ThrottleMaxFailures | max_failures |
TPSG_ThrottleUntilDiscovery | until_discovery |
SThreshold | threshold |
Definition at line 665 of file psg_client_transport.hpp.
SPSG_ThrottleParams::SPSG_ThrottleParams | ( | ) |
Definition at line 1370 of file psg_client_transport.cpp.
TPSG_ThrottleMaxFailures SPSG_ThrottleParams::max_failures |
Definition at line 677 of file psg_client_transport.hpp.
Referenced by SPSG_Throttling::SStats::Adjust().
Definition at line 676 of file psg_client_transport.hpp.
SThreshold SPSG_ThrottleParams::threshold |
Definition at line 679 of file psg_client_transport.hpp.
Referenced by SPSG_Throttling::SStats::Adjust().
TPSG_ThrottleUntilDiscovery SPSG_ThrottleParams::until_discovery |
Definition at line 678 of file psg_client_transport.hpp.