|
using | TPSG_RdBufSize = SPSG_Param< NCBI_PARAM_TYPE(PSG, rd_buf_size)> |
|
using | TPSG_WrBufSize = SPSG_Param< NCBI_PARAM_TYPE(PSG, wr_buf_size)> |
|
using | TPSG_MaxConcurrentStreams = SPSG_Param< NCBI_PARAM_TYPE(PSG, max_concurrent_streams)> |
|
using | TPSG_MaxConcurrentSubmits = SPSG_ParamValue< NCBI_PARAM_TYPE(PSG, max_concurrent_submits)> |
|
using | TPSG_MaxSessions = SPSG_Param< NCBI_PARAM_TYPE(PSG, max_sessions)> |
|
using | TPSG_MaxConcurrentRequestsPerServer = SPSG_ParamValue< NCBI_PARAM_TYPE(PSG, max_concurrent_requests_per_server)> |
|
using | TPSG_NumIo = SPSG_Param< NCBI_PARAM_TYPE(PSG, num_io)> |
|
using | TPSG_ReaderTimeout = SPSG_Param< NCBI_PARAM_TYPE(PSG, reader_timeout)> |
|
using | TPSG_RebalanceTime = SPSG_Param< NCBI_PARAM_TYPE(PSG, rebalance_time)> |
|
using | TPSG_IoTimerPeriod = SPSG_ParamValue< NCBI_PARAM_TYPE(PSG, io_timer_period)> |
|
using | TPSG_RequestsPerIo = SPSG_ParamValue< NCBI_PARAM_TYPE(PSG, requests_per_io)> |
|
using | TPSG_RequestRetries = SPSG_ParamValue< NCBI_PARAM_TYPE(PSG, request_retries)> |
|
using | TPSG_RefusedStreamRetries = SPSG_ParamValue< NCBI_PARAM_TYPE(PSG, refused_stream_retries)> |
|
using | TPSG_UserRequestIds = SPSG_ParamValue< NCBI_PARAM_TYPE(PSG, user_request_ids)> |
|
using | TPSG_Service = NCBI_PARAM_TYPE(PSG, service) |
|
using | TPSG_AuthTokenName = SPSG_ParamValue< NCBI_PARAM_TYPE(PSG, auth_token_name)> |
|
using | TPSG_AuthToken = SPSG_ParamValue< NCBI_PARAM_TYPE(PSG, auth_token)> |
|
using | TPSG_AdminAuthTokenName = SPSG_ParamValue< NCBI_PARAM_TYPE(PSG, admin_auth_token_name)> |
|
using | TPSG_AdminAuthToken = SPSG_ParamValue< NCBI_PARAM_TYPE(PSG, admin_auth_token)> |
|
using | TPSG_ThrottlePeriod = NCBI_PARAM_TYPE(PSG, throttle_relaxation_period) |
|
using | TPSG_ThrottleMaxFailures = SPSG_ParamValue< NCBI_PARAM_TYPE(PSG, throttle_by_consecutive_connection_failures)> |
|
using | TPSG_ThrottleUntilDiscovery = SPSG_ParamValue< NCBI_PARAM_TYPE(PSG, throttle_hold_until_active_in_lb)> |
|
using | TPSG_ThrottleThreshold = NCBI_PARAM_TYPE(PSG, throttle_by_connection_error_rate) |
|
using | TPSG_DebugPrintout = SPSG_ParamValue< NCBI_PARAM_TYPE(PSG, debug_printout)> |
|
using | TPSG_UseCache = SPSG_ParamValue< NCBI_PARAM_TYPE(PSG, use_cache)> |
|
using | TPSG_PsgClientMode = SPSG_ParamValue< NCBI_PARAM_TYPE(PSG, internal_psg_client_mode)> |
|
|
| NCBI_PARAM_DECL (unsigned, PSG, rd_buf_size) |
|
| NCBI_PARAM_DECL (size_t, PSG, wr_buf_size) |
|
| NCBI_PARAM_DECL (unsigned, PSG, max_concurrent_streams) |
|
| NCBI_PARAM_DECL (unsigned, PSG, max_concurrent_submits) |
|
| NCBI_PARAM_DECL (unsigned, PSG, max_sessions) |
|
| NCBI_PARAM_DECL (unsigned, PSG, max_concurrent_requests_per_server) |
|
| NCBI_PARAM_DECL (unsigned, PSG, num_io) |
|
| NCBI_PARAM_DECL (unsigned, PSG, reader_timeout) |
|
| NCBI_PARAM_DECL (double, PSG, rebalance_time) |
|
| NCBI_PARAM_DECL (double, PSG, io_timer_period) |
|
| NCBI_PARAM_DECL (double, PSG, request_timeout) |
|
typedef | NCBI_PARAM_TYPE (PSG, request_timeout) TPSG_RequestTimeout |
|
| NCBI_PARAM_DECL (double, PSG, competitive_after) |
|
typedef | NCBI_PARAM_TYPE (PSG, competitive_after) TPSG_CompetitiveAfter |
|
| NCBI_PARAM_DECL (size_t, PSG, requests_per_io) |
|
| NCBI_PARAM_DECL (unsigned, PSG, request_retries) |
|
| NCBI_PARAM_DECL (unsigned, PSG, refused_stream_retries) |
|
| NCBI_PARAM_DECL (string, PSG, request_user_args) |
|
typedef | NCBI_PARAM_TYPE (PSG, request_user_args) TPSG_RequestUserArgs |
|
| NCBI_PARAM_DECL (bool, PSG, user_request_ids) |
|
| NCBI_PARAM_DECL (unsigned, PSG, localhost_preference) |
|
typedef | NCBI_PARAM_TYPE (PSG, localhost_preference) TPSG_LocalhostPreference |
|
| NCBI_PARAM_DECL (bool, PSG, fail_on_unknown_items) |
|
typedef | NCBI_PARAM_TYPE (PSG, fail_on_unknown_items) TPSG_FailOnUnknownItems |
|
| NCBI_PARAM_DECL (bool, PSG, fail_on_unknown_chunks) |
|
typedef | NCBI_PARAM_TYPE (PSG, fail_on_unknown_chunks) TPSG_FailOnUnknownChunks |
|
| NCBI_PARAM_DECL (bool, PSG, https) |
|
typedef | NCBI_PARAM_TYPE (PSG, https) TPSG_Https |
|
| NCBI_PARAM_DECL (double, PSG, no_servers_retry_delay) |
|
typedef | NCBI_PARAM_TYPE (PSG, no_servers_retry_delay) TPSG_NoServersRetryDelay |
|
| NCBI_PARAM_DECL (string, PSG, service) |
|
| NCBI_PARAM_DECL (string, PSG, auth_token_name) |
|
| NCBI_PARAM_DECL (string, PSG, auth_token) |
|
| NCBI_PARAM_DECL (string, PSG, admin_auth_token_name) |
|
| NCBI_PARAM_DECL (string, PSG, admin_auth_token) |
|
| NCBI_PARAM_DECL (bool, PSG, stats) |
|
typedef | NCBI_PARAM_TYPE (PSG, stats) TPSG_Stats |
|
| NCBI_PARAM_DECL (double, PSG, stats_period) |
|
typedef | NCBI_PARAM_TYPE (PSG, stats_period) TPSG_StatsPeriod |
|
| NCBI_PARAM_DECL (double, PSG, throttle_relaxation_period) |
|
| NCBI_PARAM_DECL (unsigned, PSG, throttle_by_consecutive_connection_failures) |
|
| NCBI_PARAM_DECL (bool, PSG, throttle_hold_until_active_in_lb) |
|
| NCBI_PARAM_DECL (string, PSG, throttle_by_connection_error_rate) |
|
| NCBI_PARAM_ENUM_DECL (EPSG_DebugPrintout, PSG, debug_printout) |
|
| NCBI_PARAM_ENUM_DECL (EPSG_UseCache, PSG, use_cache) |
|
| NCBI_PARAM_ENUM_DECL (EPSG_PsgClientMode, PSG, internal_psg_client_mode) |
|