#include <config_etcd_client.h>
Definition at line 48 of file config_etcd_client.h.
◆ ListMapSet
◆ UUIDCacheEntry()
ConfigEtcdPartition::UUIDCacheEntry::UUIDCacheEntry |
( |
ConfigEtcdPartition * |
parent, |
|
|
const string & |
value_str, |
|
|
uint64_t |
last_read_tstamp |
|
) |
| |
|
inline |
◆ ~UUIDCacheEntry()
ConfigEtcdPartition::UUIDCacheEntry::~UUIDCacheEntry |
( |
| ) |
|
◆ DisableEtcdReadRetry()
void ConfigEtcdPartition::UUIDCacheEntry::DisableEtcdReadRetry |
( |
const string |
uuid | ) |
|
◆ EnableEtcdReadRetry()
void ConfigEtcdPartition::UUIDCacheEntry::EnableEtcdReadRetry |
( |
const string |
uuid, |
|
|
const string |
value |
|
) |
| |
◆ EtcdReadRetryTimerErrorHandler()
void ConfigEtcdPartition::UUIDCacheEntry::EtcdReadRetryTimerErrorHandler |
( |
| ) |
|
|
private |
◆ EtcdReadRetryTimerExpired()
bool ConfigEtcdPartition::UUIDCacheEntry::EtcdReadRetryTimerExpired |
( |
const string |
uuid, |
|
|
const string |
value |
|
) |
| |
|
private |
◆ GetJsonString()
const string& ConfigEtcdPartition::UUIDCacheEntry::GetJsonString |
( |
| ) |
const |
|
inline |
◆ GetRetryCount()
uint32_t ConfigEtcdPartition::UUIDCacheEntry::GetRetryCount |
( |
| ) |
const |
|
inline |
◆ GetRetryTimer()
Timer* ConfigEtcdPartition::UUIDCacheEntry::GetRetryTimer |
( |
| ) |
|
|
inline |
◆ IsRetryTimerCreated()
bool ConfigEtcdPartition::UUIDCacheEntry::IsRetryTimerCreated |
( |
| ) |
const |
|
inline |
◆ IsRetryTimerRunning()
bool ConfigEtcdPartition::UUIDCacheEntry::IsRetryTimerRunning |
( |
| ) |
const |
◆ ListOrMapPropEmpty()
bool ConfigEtcdPartition::UUIDCacheEntry::ListOrMapPropEmpty |
( |
const string & |
prop | ) |
const |
◆ SetJsonString()
void ConfigEtcdPartition::UUIDCacheEntry::SetJsonString |
( |
const string & |
value_str | ) |
|
|
inline |
◆ SetListOrMapPropEmpty()
void ConfigEtcdPartition::UUIDCacheEntry::SetListOrMapPropEmpty |
( |
const string & |
prop, |
|
|
bool |
empty |
|
) |
| |
|
inline |
◆ ConfigEtcdPartitionTest
friend class ConfigEtcdPartitionTest |
|
friend |
◆ json_str_
string ConfigEtcdPartition::UUIDCacheEntry::json_str_ |
|
private |
◆ list_map_set_
ListMapSet ConfigEtcdPartition::UUIDCacheEntry::list_map_set_ |
|
private |
◆ parent_
◆ retry_count_
uint32_t ConfigEtcdPartition::UUIDCacheEntry::retry_count_ |
|
private |
◆ retry_timer_
Timer* ConfigEtcdPartition::UUIDCacheEntry::retry_timer_ |
|
private |
The documentation for this class was generated from the following files: