#include <Update.h>
Inherits RefCountObj.
Public Member Functions | |
UpdateConfigParams () | |
UpdateConfigParams (UpdateConfigParams &) | |
~UpdateConfigParams () | |
UpdateConfigParams & | operator= (UpdateConfigParams &) |
int | operator== (UpdateConfigParams &) |
int | IsEnabled () |
int | ImmediateUpdate () |
int | RetryCount () |
int | RetryInterval () |
int | ConcurrentUpdates () |
int | MaxUpdateSM () |
int | MaxMemoryUsageMB () |
Data Fields | |
RecInt | _enabled |
RecInt | _immediate_update |
RecInt | _retry_count |
RecInt | _retry_interval |
RecInt | _concurrent_updates |
RecInt | _max_update_state_machines |
RecInt | _memory_use_in_mb |
Definition at line 68 of file Update.h.
UpdateConfigParams::UpdateConfigParams | ( | UpdateConfigParams & | p | ) |
Definition at line 173 of file Update.cc.
References _concurrent_updates, _enabled, _immediate_update, _max_update_state_machines, _memory_use_in_mb, _retry_count, and _retry_interval.
int UpdateConfigParams::ConcurrentUpdates | ( | ) | [inline] |
Definition at line 93 of file Update.h.
References _concurrent_updates.
int UpdateConfigParams::ImmediateUpdate | ( | ) | [inline] |
Definition at line 81 of file Update.h.
References _immediate_update.
int UpdateConfigParams::IsEnabled | ( | ) | [inline] |
int UpdateConfigParams::MaxMemoryUsageMB | ( | ) | [inline] |
Definition at line 101 of file Update.h.
References _memory_use_in_mb.
int UpdateConfigParams::MaxUpdateSM | ( | ) | [inline] |
Definition at line 97 of file Update.h.
References _max_update_state_machines.
UpdateConfigParams & UpdateConfigParams::operator= | ( | UpdateConfigParams & | p | ) |
Definition at line 188 of file Update.cc.
References _concurrent_updates, _enabled, _immediate_update, _max_update_state_machines, _memory_use_in_mb, _retry_count, and _retry_interval.
int UpdateConfigParams::operator== | ( | UpdateConfigParams & | p | ) |
Definition at line 201 of file Update.cc.
References _concurrent_updates, _enabled, _immediate_update, _max_update_state_machines, _memory_use_in_mb, _retry_count, and _retry_interval.
int UpdateConfigParams::RetryCount | ( | ) | [inline] |
Definition at line 85 of file Update.h.
References _retry_count.
int UpdateConfigParams::RetryInterval | ( | ) | [inline] |
Definition at line 89 of file Update.h.
References _retry_interval.
Definition at line 111 of file Update.h.
Referenced by ConcurrentUpdates(), operator=(), operator==(), UpdateConfigManager::ProcessUpdate(), and UpdateConfigParams().
Definition at line 107 of file Update.h.
Referenced by IsEnabled(), operator=(), operator==(), UpdateConfigManager::ProcessUpdate(), and UpdateConfigParams().
Definition at line 108 of file Update.h.
Referenced by ImmediateUpdate(), operator=(), operator==(), UpdateConfigManager::ProcessUpdate(), and UpdateConfigParams().
Definition at line 112 of file Update.h.
Referenced by MaxUpdateSM(), operator=(), operator==(), UpdateConfigManager::ProcessUpdate(), and UpdateConfigParams().
Definition at line 113 of file Update.h.
Referenced by MaxMemoryUsageMB(), operator=(), operator==(), UpdateConfigManager::ProcessUpdate(), and UpdateConfigParams().
Definition at line 109 of file Update.h.
Referenced by operator=(), operator==(), UpdateConfigManager::ProcessUpdate(), RetryCount(), and UpdateConfigParams().
Definition at line 110 of file Update.h.
Referenced by operator=(), operator==(), UpdateConfigManager::ProcessUpdate(), RetryInterval(), and UpdateConfigParams().